Skip to content

Commit

Permalink
fix: tag should allow unknown values
Browse files Browse the repository at this point in the history
  • Loading branch information
danielo515 committed Jan 17, 2024
1 parent e1523d1 commit 4dec090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/components/MultiSelectModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export function MultiSelectTags(
values.update((x) => [...x, selected]);
},
app,
false,
true,
);
},
removeValue(value: string) {
Expand Down

0 comments on commit 4dec090

Please sign in to comment.