Skip to content

Commit 59e5972

Browse files
authored
fix: token icon is shown again (#1126)
1 parent 4f87bbb commit 59e5972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/Token.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{{#unless readonly}}
1313
<ui5-icon
1414
@click="{{_delete}}"
15-
src="{{iconURI}}"
15+
name="{{iconURI}}"
1616
accessible-name="{{tokenDeletableText}}"
1717
show-tooltip
1818
class="ui5-token--icon"

0 commit comments

Comments
 (0)