This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-05-06 09:48:19 +07:00
parent e513586b65
commit ebdea05f4d

View file

@ -24,7 +24,7 @@ import DialogHeader from "@/components/DialogHeader.vue";
const props = defineProps({
dataRows: {
type: Object,
required: true,
default: () => ({}),
},
onSubmit: Function,
});