mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 20:47:00 +00:00
fix(nc-gui): fill image cropper by default
This commit is contained in:
@@ -92,6 +92,7 @@ const imageCropperData = ref({
|
||||
cropperConfig: {
|
||||
stencilProps: {
|
||||
aspectRatio: 1,
|
||||
fillDefault: true,
|
||||
},
|
||||
minHeight: 150,
|
||||
minWidth: 150,
|
||||
|
||||
Reference in New Issue
Block a user