mirror of
https://github.com/nextcloud/server.git
synced 2026-05-23 10:37:27 -04:00
refactor(AppItem): drop redundant boolean prop defaults
-e Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
This commit is contained in:
parent
f895e77ab4
commit
041dd9f70b
1 changed files with 0 additions and 2 deletions
|
|
@ -54,8 +54,6 @@ const props = withDefaults(defineProps<{
|
|||
*/
|
||||
tabindex?: number
|
||||
}>(), {
|
||||
newTab: false,
|
||||
outlined: false,
|
||||
tabindex: -1,
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue