We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b42d3f6 + 56a4c54 commit fed5074Copy full SHA for fed5074
frontend/src/entry/settings/EntryAccessTab.tsx
@@ -20,7 +20,7 @@ export default function EntryAccessTab({ entry }: EntryAccessTabProps) {
20
const [errorMessage, setErrorMessage] = useState('')
21
const [collaborators, setCollaborators] = useState<CollaboratorEntry[]>(entry.collaborators)
22
23
- const { isModelError: isEntryError, mutateModel: mutateEntry } = useGetModel(entry.id, entry.kind)
+ const { isModelError: isEntryError, mutateModel: mutateEntry } = useGetModel(entry.id)
24
const {
25
modelRoles: entryRoles,
26
isModelRolesLoading: isEntryRolesLoading,
0 commit comments