Skip to content

Commit

Permalink
fix(flags): fix tags (#20850)
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajmajerik authored Mar 12, 2024
1 parent 041e7a3 commit 11f7ba5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/scenes/feature-flags/FeatureFlag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ export function FeatureFlag({ id }: { id?: string } = {}): JSX.Element {
{({ value, onChange }) => {
return (
<ObjectTags
saving={featureFlagLoading}
tags={value}
onChange={(_, tags) => onChange(tags)}
tagsAvailable={tags.filter(
Expand Down

0 comments on commit 11f7ba5

Please sign in to comment.