Skip to content

Commit 755e680

Browse files
fix type
1 parent 1551b6c commit 755e680

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
@@ -210,7 +210,7 @@ const getIcon = (option: Option, prop: string): string => {
210210
};
211211
212212
213-
function getId(option: { id?: string; }, key: string | number) {
213+
function getId(option: { id?: string | number; }, key: string | number) {
214214
if (option.id != null) {
215215
return option.id;
216216
}

0 commit comments

Comments
 (0)