mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
feat(explore): allow opening charts with missing dataset (#12705)
This commit is contained in:
@@ -206,7 +206,7 @@ class Slice(
|
||||
"""
|
||||
Returns a MD5 HEX digest that makes this dashboard unique
|
||||
"""
|
||||
return utils.md5_hex(self.params)
|
||||
return utils.md5_hex(self.params or "")
|
||||
|
||||
@property
|
||||
def thumbnail_url(self) -> str:
|
||||
|
||||
Reference in New Issue
Block a user