Skip to content

Commit

Permalink
update to absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 committed Oct 10, 2024
1 parent df523be commit c7e9be9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import {
import { asEnumMember } from '~/app/utils';
import ModelVersionsTable from '~/app/pages/modelRegistry/screens/ModelVersions/ModelVersionsTable';
import SimpleSelect from '~/app/components/SimpleSelect';
import FormFieldset from '../components/FormFieldset';
import FormFieldset from '~/app/pages/modelRegistry/screens/components/FormFieldset';

type ModelVersionListViewProps = {
modelVersions: ModelVersion[];
Expand Down

0 comments on commit c7e9be9

Please sign in to comment.