fix(client): fix prop type in MkOmit
This commit is contained in:
parent
38d0b62167
commit
c25d89ef9c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import { onMounted } from 'vue';
|
|||
import { i18n } from '@/i18n';
|
||||
|
||||
const props = withDefaults(defineProps<{
|
||||
maxHeight: number;
|
||||
maxHeight?: number;
|
||||
}>(), {
|
||||
maxHeight: 200,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue