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 31ccd0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ exports[`ResourceSelector displays resource selector 1`] = `
emptyMessage="Test - Sorry, no resources."
filterLabel="test filter label"
initialSortColumn="created_at"
isCalledByV1={true}
isCalledByV1={false}
reload={[Function]}
rows={
Array [
Expand Down

0 comments on commit 31ccd0a

Please sign in to comment.