You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The variable "isReadOnlyOrViewing" only exists in EditSimple, but not in EditSidebar and therefore the warning below.
[Vue warn]: Invalid prop: type check failed for prop "isReadOnly". Expected Boolean, got Undefined
found in
---> <InviteesList> at src/components/Editor/Invitees/InviteesList.vue
<NcAppSidebarTab>
<NcAppSidebarTabs>
<NcAppSidebar>
<EditSidebar> at src/views/EditSidebar.vue
<NcContent>
<Calendar> at src/views/Calendar.vue
<App> at src/App.vue
<Root> vue.runtime.esm.js:4625
The text was updated successfully, but these errors were encountered:
Regression from: #6251
The variable "isReadOnlyOrViewing" only exists in EditSimple, but not in EditSidebar and therefore the warning below.
The text was updated successfully, but these errors were encountered: