We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a2360 commit ca65cc1Copy full SHA for ca65cc1
nc_py_api/ex_app/ui/files_actions.py
@@ -53,7 +53,7 @@ def order(self) -> int:
53
@property
54
def icon(self) -> str:
55
"""-no description-."""
56
- return self._raw_data["icon"]
+ return self._raw_data["icon"] if self._raw_data["icon"] else ""
57
58
59
def action_handler(self) -> str:
0 commit comments