Skip to content

Commit 6c6d37e

Browse files
corrected field to field.value
1 parent 8b51605 commit 6c6d37e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin/components/fields/VSFButtonField/VSFButtonField.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ const boundSettings = computed(() => useBindingSettings(bindSettings.value as Pa
204204
// -------------------------------------------------- Properties //
205205
const getIcon = (option: Option, prop: string): string => {
206206
const optionValue = option[prop] as string;
207-
const fieldValue = field?.[prop];
207+
const fieldValue = field.value?.[prop];
208208
209209
return optionValue ?? fieldValue;
210210
};

0 commit comments

Comments
 (0)