Skip to content

Commit 0e1b4fc

Browse files
committed
fix(FilterPanel): add RadioButtonSelecter type to selectedTagSelecter
1 parent 7dd0ee6 commit 0e1b4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Panel/Item/FilterPanel.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
/**
148148
* The current opened tag selecter component
149149
*/
150-
selectedTagSelecter: CheckBoxSelecter | undefined = undefined;
150+
selectedTagSelecter: CheckBoxSelecter | RadioButtonSelecter | undefined = undefined;
151151
/**
152152
* If active, the input form is displayed to let the user enters the name of the favorite
153153
*/

0 commit comments

Comments
 (0)