Merge pull request #1157 from enkelmedia/846-property-modal-size
Make data type picker modal medium
This commit is contained in:
@@ -14,6 +14,6 @@ export const UMB_DATA_TYPE_PICKER_FLOW_MODAL = new UmbModalToken<
|
||||
>('Umb.Modal.DataTypePickerFlow', {
|
||||
modal: {
|
||||
type: 'sidebar',
|
||||
size: 'small',
|
||||
size: 'medium',
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user