Remove fixed width for dropdown variables, fix optimistic on file upload (#11507)
As title
This commit is contained in:
@ -22,6 +22,7 @@ export const useUploadAttachmentFile = () => {
|
||||
const { createOneRecord: createOneAttachment } =
|
||||
useCreateOneRecord<Attachment>({
|
||||
objectNameSingular: CoreObjectNameSingular.Attachment,
|
||||
shouldMatchRootQueryFilter: true,
|
||||
});
|
||||
|
||||
const uploadAttachmentFile = async (
|
||||
|
||||
Reference in New Issue
Block a user