fix: update properties field assignment in openPropertiesDialog function
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s

This commit is contained in:
puriphatt 2025-03-10 15:15:08 +07:00
parent 15ac91b30f
commit bade5fd104

View file

@ -1463,7 +1463,7 @@ const currentPropertiesMode = ref<'service' | 'work'>('service');
function openPropertiesDialog(type: 'service' | 'work') {
if (type === 'service') {
propertiesOption.value = optionStore.globalOption.servicePropertiesField;
propertiesOption.value = optionStore.globalOption.propertiesField;
}
if (type === 'work') {