Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAndBear committed Oct 20, 2023
1 parent 56f4085 commit 7385748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-pkg/src/apps/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export type AppConfigObject = Record<string, any>

export interface ApplicationMenuItem {
enabled: () => boolean
priority: number,
priority: number
openAsEditor?: boolean
}

Expand Down

0 comments on commit 7385748

Please sign in to comment.