Skip to content

Commit

Permalink
Merge pull request #1116 from redpanda-data/fix/createable-selectboxe…
Browse files Browse the repository at this point in the history
…s-for-glob-patterns

feat: creatable selectboxes for glob patterns
  • Loading branch information
jvorcak authored Feb 22, 2024
2 parents 9f6bd33 + b6012f0 commit 1208692
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ class PreviewTagSettings extends Component<{ tag: PreviewTagV2, index: number, o

<Box w="full">
<SingleSelect<string>
creatable
placeholder="Pattern..."
value={tag.pattern}
onChange={(value) => {
Expand Down
2 changes: 0 additions & 2 deletions frontend/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2757,8 +2757,6 @@ $easeInOutCirc: cubic-bezier(0.785, 0.135, 0.150, 0.860);
border-radius: 4px;
background: rgba(200, 205, 210, 0.16);

max-height: 300px;

.moveHandle {
display: inline-flex;
align-self: stretch;
Expand Down

0 comments on commit 1208692

Please sign in to comment.