fix: update properties field assignment in openPropertiesDialog function
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
This commit is contained in:
parent
15ac91b30f
commit
bade5fd104
1 changed files with 1 additions and 1 deletions
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue