Skip to content

Commit

Permalink
refactor: cleanup Entry List location logic (#1464)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgutsol authored Aug 19, 2022
1 parent 0fb8626 commit 013468b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions lib/entities/app-definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,7 @@ export interface NavigationItem {
path: string
}

type LocationType =
| 'app-config'
| 'entry-sidebar'
| 'entry-editor'
| 'dialog'
| 'page'
| 'entry-list'
| 'home'
type LocationType = 'app-config' | 'entry-sidebar' | 'entry-editor' | 'dialog' | 'page' | 'home'

export interface SimpleLocation {
location: LocationType
Expand Down

0 comments on commit 013468b

Please sign in to comment.