Skip to content

Commit

Permalink
Move library-attributes because it is only used by Dashboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
cahrens committed Feb 1, 2024
1 parent 3c688ad commit 124e7b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workspaces/dashboard/DatasetAttributes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { SimpleTable } from 'src/components/table';
import * as Style from 'src/libs/style';
import { append } from 'src/libs/utils';
import { WorkspaceInfo } from 'src/libs/workspace-utils';
import { displayConsentCodes, displayLibraryAttributes } from 'src/pages/workspaces/workspace/library-attributes';
import { displayConsentCodes, displayLibraryAttributes } from 'src/workspaces/dashboard/library-attributes';

interface DatasetAttributesProps {
attributes: WorkspaceInfo['attributes'];
Expand Down

0 comments on commit 124e7b1

Please sign in to comment.