Skip to content

Commit

Permalink
Add uncomitted id to input
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcnulty committed Dec 19, 2023
1 parent 4cd49f2 commit 571fa24
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ const QueryTagInput = ({
<Label for={id}>{title}</Label>
<Tags
id={id}
inputId={`${id}_input`}
value={idValue}
options={tags.filter((tag) => include(tag.split(':')))}
onChange={(value) => {
Expand Down

0 comments on commit 571fa24

Please sign in to comment.