mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
Apply suggestions from code review
Co-authored-by: delvh <dev.lh@web.de>
This commit is contained in:
parent
3d51f1b8f3
commit
4d78ad9b0e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ function initVueComponents() {
|
||||||
},
|
},
|
||||||
organizations: {
|
organizations: {
|
||||||
type: Array,
|
type: Array,
|
||||||
default: () => [],
|
default: [],
|
||||||
},
|
},
|
||||||
isOrganization: {
|
isOrganization: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
|
|
Loading…
Reference in a new issue