Skip to content

Commit

Permalink
fix string issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongundel committed Sep 20, 2024
1 parent c34691c commit 52dd9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches/app/permissions/arches_permission_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ def get_all_default_permissions(self, model: Model = None):
if (
not default_permissions_settings
or model is None
or model.graph_id not in default_permissions_settings
or str(model.graph_id) not in default_permissions_settings
):
return []

Expand Down

0 comments on commit 52dd9a9

Please sign in to comment.