Fix: Refactor Surat Kontrol CRUD {id} to {code}

This commit is contained in:
hasyim_kai
2025-11-11 14:21:58 +07:00
parent 24313adef6
commit a14c4a5d3c
12 changed files with 40 additions and 39 deletions
@@ -13,14 +13,6 @@ const btnClass = props.smallMode ? '[&_button]:w-7 [&_button]:h-7 [&_button]:2xl
type ClickType = 'back' | 'draft' | 'submit'
const props = defineProps({
enableDraft: {
type: Boolean,
default: true,
required: false,
},
})
const emit = defineEmits<{
(e: 'click', type: ClickType): void
}>()