Skip to content

Commit

Permalink
fixed missing comma and linting errors
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Treffler <mail@jonathan-treffler.de>
  • Loading branch information
JonathanTreffler committed Aug 18, 2020
1 parent e53ad28 commit 33fd7be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/AppNavigationItem/AppNavigationItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ export default {
},
newItem: {
type: Boolean,
default: false,
}
default: false,
},
/**
* Only for 'editable' items, sets label for the edit action button.
*/
Expand Down

0 comments on commit 33fd7be

Please sign in to comment.