feat: add properties fields for worker status and work type in option.json
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s

This commit is contained in:
puriphatt 2025-03-10 15:11:52 +07:00
parent 22f9b43c38
commit 15ac91b30f
2 changed files with 85 additions and 1 deletions

View file

@ -262,7 +262,7 @@ function confirmDelete(items: unknown[], index: number) {
}
function assignTemp() {
propertiesOption.value = optionStore.globalOption?.servicePropertiesField;
propertiesOption.value = optionStore.globalOption?.propertiesField;
tempStep.value = JSON.parse(JSON.stringify(dataStep.value));
tempWorkflowId.value = workflowId.value;