fix: allow url type shortcut

This commit is contained in:
Shariq Ansari 2023-04-19 23:17:23 +05:30
parent 44f0bef2b2
commit 41d43b2a06

View file

@ -153,6 +153,8 @@ class Workspace:
return True
if item_type == "dashboard":
return True
if item_type == "url":
return True
return False