Skip to content

Commit

Permalink
fix: remove duplicated reserved field avoid type error (opensearch-pr…
Browse files Browse the repository at this point in the history
…oject#250)

Signed-off-by: Lin Wang <[email protected]>
  • Loading branch information
wanglam authored Feb 26, 2024
1 parent 1a52b29 commit 089ad04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/types/workspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export interface WorkspaceAttribute {
icon?: string;
reserved?: boolean;
defaultVISTheme?: string;
reserved?: boolean;
}

export interface WorkspaceObject extends WorkspaceAttribute {
Expand Down

0 comments on commit 089ad04

Please sign in to comment.