revert modal size

This commit is contained in:
Niels Lyngsø
2023-06-09 10:55:42 +02:00
parent 0f42c9f3e6
commit e48b46edd6
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: 'medium',
size: 'small',
});

View File

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