refactor: handle btn save
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s

This commit is contained in:
Thanaphon Saengchan 2025-12-16 10:28:24 +07:00
parent 9994366c74
commit 3cab6cc0e5

View file

@ -1381,7 +1381,7 @@ async function submitAccepted() {
<SaveButton
v-if="pageState.mode !== 'info'"
:disabled="
selectedWorkerItem.length === 0 && productService.length === 0
selectedWorkerItem.length === 0 || productService.length === 0
"
@click="submit"
solid