Skip to content
Snippets Groups Projects
Commit c25d89ef authored by tamaina's avatar tamaina
Browse files

fix(client): fix prop type in MkOmit

parent 38d0b621
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ import { onMounted } from 'vue';
import { i18n } from '@/i18n';
const props = withDefaults(defineProps<{
maxHeight: number;
maxHeight?: number;
}>(), {
maxHeight: 200,
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment