Skip to content

Commit

Permalink
fix: create isb should move to isb tab
Browse files Browse the repository at this point in the history
Signed-off-by: Darshan Simha <[email protected]>
  • Loading branch information
Darshan Simha committed Nov 2, 2023
1 parent 751fe84 commit 203c39c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ import {
ASC,
CRITICAL,
DELETING,
DESC, FAILED,
DESC,
FAILED,
HEALTHY,
INACTIVE,
LAST_CREATED_SORT,
Expand Down Expand Up @@ -437,6 +438,7 @@ export function NamespacePipelineListing({

const handleCreatePipelineComplete = useCallback(() => {
refresh();
setTabValue(PIPELINE);
if (!setSidebarProps) {
return;
}
Expand Down Expand Up @@ -464,6 +466,7 @@ export function NamespacePipelineListing({

const handleCreateISBComplete = useCallback(() => {
refresh();
setTabValue(ISB_SERVICES);
if (!setSidebarProps) {
return;
}
Expand Down

0 comments on commit 203c39c

Please sign in to comment.