fix: workflow => update model value detail

This commit is contained in:
puriphatt 2024-12-19 10:47:27 +07:00
parent 34cc97e51b
commit 0686e0b318

View file

@ -396,6 +396,7 @@ onMounted(async () => {
outlined
:label="$t('general.detail')"
:model-value="!readonly ? step.detail : step.detail || '-'"
@update:model-value="(v) => (step.detail = v?.toString())"
/>
<div class="col-6">