Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InviteesList: type check failed for prop "isReadOnly". Expected Boolean, got Undefined #6547

Open
kesselb opened this issue Dec 3, 2024 · 0 comments
Labels
1. to develop Accepted and waiting to be taken care of bug

Comments

@kesselb
Copy link
Contributor

kesselb commented Dec 3, 2024

Regression from: #6251

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

@kesselb kesselb added 0. to triage Pending approval or rejection enhancement New feature request labels Dec 3, 2024
@kesselb kesselb changed the title ABC InviteesList: type check failed for prop "isReadOnly". Expected Boolean, got Undefined Dec 3, 2024
@kesselb kesselb added 1. to develop Accepted and waiting to be taken care of bug and removed 0. to triage Pending approval or rejection enhancement New feature request labels Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop Accepted and waiting to be taken care of bug
Projects
None yet
Development

No branches or pull requests

1 participant