Skip to content

Commit

Permalink
fix(frontend): fixes filter pipeline text box shows error when typing…
Browse files Browse the repository at this point in the history
… anything in it. Fixes kubeflow#10241 (kubeflow#11096)

* Filter pipeline text box shows error when typing anything in it kubeflow#10241

Signed-off-by: Elay Aharoni (EXT-Nokia) <elay.aharoni.ext@nokia.com>

* Filter pipeline text box shows error when typing anything in it kubeflow#10241

Signed-off-by: Elay Aharoni (EXT-Nokia) <elay.aharoni.ext@nokia.com>

---------

Signed-off-by: Elay Aharoni (EXT-Nokia) <elay.aharoni.ext@nokia.com>
Co-authored-by: Elay Aharoni (EXT-Nokia) <elay.aharoni.ext@nokia.com>
  • Loading branch information
2 people authored and sefgsefg committed Sep 20, 2024
1 parent 7747342 commit c6ec866
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 c6ec866

Please sign in to comment.