Skip to content

Commit

Permalink
chore: fix is pinned typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Noggling committed Oct 16, 2024
1 parent 6c2c255 commit 8dbe5a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion client/apps/portal-administration/src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { AppManifest as FusionAppManifest } from '@equinor/fusion-framework-reac
import { Router } from './router-config';

export type AppManifest = FusionAppManifest & {
isPinned?: boolean;
isDisabled?: boolean;
url?: string;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export type AppManifestResponse = {
};

export type AppManifest = FusionAppManifest & {
isPinned?: boolean;
isDisabled?: boolean;
url?: string;
};
Expand Down

0 comments on commit 8dbe5a5

Please sign in to comment.