data type picker modal is now medium size

This commit is contained in:
Jesper Møller Jensen
2023-06-09 17:42:57 +12:00
parent 935a507084
commit cceeb5b099
2 changed files with 2 additions and 2 deletions

View File

@@ -14,5 +14,5 @@ export const UMB_DATA_TYPE_PICKER_FLOW_DATA_TYPE_PICKER_MODAL = new UmbModalToke
UmbDataTypePickerFlowDataTypePickerModalResult
>('Umb.Modal.DataTypePickerFlowDataTypePicker', {
type: 'sidebar',
size: 'small',
size: 'medium',
});

View File

@@ -14,5 +14,5 @@ export const UMB_DATA_TYPE_PICKER_FLOW_MODAL = new UmbModalToken<
UmbDataTypePickerFlowModalResult
>('Umb.Modal.DataTypePickerFlow', {
type: 'sidebar',
size: 'small',
size: 'medium',
});