#846 make data type picker modal medium

This commit is contained in:
Markus Johansson
2024-01-25 01:45:13 +01:00
parent a47c00edac
commit f07ef1d6e5

View File

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