Browse Source
Merge pull request #8402 from nextcloud/bugfix/noid/remove-unused-required-prop
Remove unused prop
pull/8395/head
Marco
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
5 deletions
-
src/components/TopBar/CallTime.vue
|
|
|
@ -83,11 +83,6 @@ export default { |
|
|
|
type: Boolean, |
|
|
|
required: true, |
|
|
|
}, |
|
|
|
|
|
|
|
canModerate: { |
|
|
|
type: Boolean, |
|
|
|
required: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
data() { |
|
|
|
|