Skip to content

Commit

Permalink
fixed small error in import path to useNamespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
shalberd committed Dec 14, 2022
1 parent e4080bd commit a75bad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/api/network/notebooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
} from '@openshift/dynamic-plugin-sdk-utils';
import * as _ from 'lodash';
import { NotebookModel } from '../models';
import useNamespaces from '../../pages/useNamespaces';
import useNamespaces from '../../pages/notebookController/useNamespaces';
import { K8sStatus, NotebookKind } from '../../k8sTypes';
import {
NotebookAffinity,
Expand Down

0 comments on commit a75bad2

Please sign in to comment.