Merge pull request #1157 from enkelmedia/846-property-modal-size

Make data type picker modal medium
This commit is contained in:
Niels Lyngsø
2024-01-29 10:07:39 +01:00
committed by GitHub

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',
},
});