fix: allow url type shortcut
This commit is contained in:
parent
44f0bef2b2
commit
41d43b2a06
1 changed files with 2 additions and 0 deletions
|
|
@ -153,6 +153,8 @@ class Workspace:
|
|||
return True
|
||||
if item_type == "dashboard":
|
||||
return True
|
||||
if item_type == "url":
|
||||
return True
|
||||
|
||||
return False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue