Drag and drop fields of Fields widgets (#17910)
https://github.com/user-attachments/assets/97fad3f3-8654-4216-b58c-b7411119c8ce
This commit is contained in:
committed by
GitHub
parent
d08c098065
commit
83b800a077
+1
-1
@@ -87,7 +87,7 @@ export const RecordGroupMenuItemDraggable = ({
|
||||
}
|
||||
accent={isNoValue || showDragGrip ? 'placeholder' : 'default'}
|
||||
iconButtons={getIconButtons(recordGroup)}
|
||||
showGrip={isNoValue ? true : showDragGrip}
|
||||
gripMode={isNoValue || showDragGrip ? 'always' : 'never'}
|
||||
isDragDisabled={!isDraggable}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user