Skip to content

Commit

Permalink
reverted change in namespace service
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathis Marcotte committed Aug 8, 2023
1 parent 4d0fc19 commit 8116fc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class NamespaceService {
this.dashboardConnectedSource.next(DashboardState.Disconnected);

if (this.currNamespace === undefined) {
this.updateSelectedNamespace('mathis-marcotte');
this.updateSelectedNamespace('kubeflow-user');
}
});
}
Expand Down

0 comments on commit 8116fc5

Please sign in to comment.