Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2020-05-14 16:23:41 +0300
committerMarco Ambrosini <marcoambrosini@pm.me>2020-05-14 16:23:41 +0300
commitc964053eec106e3c5e6625a5001d030e773cba24 (patch)
treecb5c3ee365ea958f346af75edb308d6f3ed779e0 /src/PublicShareSidebar.vue
parent68f4edd713e219853c233886051e93ff3234e8d0 (diff)
Remove unused prop
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'src/PublicShareSidebar.vue')
-rw-r--r--src/PublicShareSidebar.vue3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/PublicShareSidebar.vue b/src/PublicShareSidebar.vue
index 36fa6d124..a84388818 100644
--- a/src/PublicShareSidebar.vue
+++ b/src/PublicShareSidebar.vue
@@ -34,8 +34,7 @@
<template v-else>
<CallView v-if="isInCall"
:token="token"
- :is-sidebar="true"
- :use-constrained-layout="true" />
+ :is-sidebar="true" />
<PreventUnload :when="isInCall" />
<CallButton class="call-button" />
<ChatView :token="token" />