Skip to content

Commit

Permalink
Filter pipeline text box shows error when typing anything in it kubef…
Browse files Browse the repository at this point in the history
…low#10241

Signed-off-by: Elay Aharoni (EXT-Nokia) <elay.aharoni.ext@nokia.com>
  • Loading branch information
Elay Aharoni (EXT-Nokia) committed Aug 13, 2024
1 parent 7b7918e commit 403f4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/ResourceSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class ResourceSelector extends React.Component<ResourceSelectorProps, ResourceSe
{title && <Toolbar actions={toolbarActionMap} breadcrumbs={[]} pageTitle={title} />}

<CustomTable
isCalledByV1={true}
isCalledByV1={false}
columns={columns}
rows={rows}
selectedIds={selectedIds}
Expand Down

0 comments on commit 403f4d5

Please sign in to comment.