check name and root library are set in stepper

This commit is contained in:
Gauthier Roebroeck 2025-12-11 12:46:51 +08:00
parent 6ee981c970
commit e111b2f970

View file

@ -22,6 +22,7 @@
<template #next="{ next }">
<v-btn
color="primary"
:disabled="!model.name || !model.root"
@click="next"
></v-btn>
</template>