Remove fixed width for dropdown variables, fix optimistic on file upload (#11507)

As title
This commit is contained in:
Thomas Trompette
2025-04-10 16:07:32 +02:00
committed by GitHub
parent f8f11894e8
commit 6f5118c677
2 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,7 @@ export const useUploadAttachmentFile = () => {
const { createOneRecord: createOneAttachment } =
useCreateOneRecord<Attachment>({
objectNameSingular: CoreObjectNameSingular.Attachment,
shouldMatchRootQueryFilter: true,
});
const uploadAttachmentFile = async (

View File

@ -92,7 +92,6 @@ export const WorkflowVariablesDropdown = ({
return (
<Dropdown
dropdownWidth={320}
dropdownId={dropdownId}
dropdownHotkeyScope={{
scope: dropdownId,