Skip to content
Snippets Groups Projects
Commit c429f7b7 authored by Julian's avatar Julian
Browse files

Fix typo

parent 29c03915
No related branches found
No related tags found
1 merge request!1304Refactor calendar overview in more different components
Pipeline #141507 failed
......@@ -84,7 +84,7 @@ class OptimisticResponseTypeMixin:
but should be set to true by the frontend
"""
is_optimistic = graphene.Boolean(default=False)
is_optimistic = graphene.Boolean(default_value=False)
class PermissionBatchPatchMixin:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment