Skip to content

Commit

Permalink
fix: token icon is shown again (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladitasev committed Jan 9, 2020
1 parent 4f87bbb commit 59e5972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/Token.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{{#unless readonly}}
<ui5-icon
@click="{{_delete}}"
src="{{iconURI}}"
name="{{iconURI}}"
accessible-name="{{tokenDeletableText}}"
show-tooltip
class="ui5-token--icon"
Expand Down

0 comments on commit 59e5972

Please sign in to comment.