Skip to content

Commit a9f12f6

Browse files
jawinncastastrophe
authored andcommitted
fix(icon): fix for icons not loading (#3454)
Icons were not loading on the spectrum-two branch. The fetchIconSVG function is not working (this function no longer exists in main). This is a light touch update so icons appear, until spectrum-two is back up to date with main.
1 parent 87eb8fe commit a9f12f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/icon/stories/template.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export const Template = ({
105105
id = getRandomId("icon"),
106106
customClasses = [],
107107
icons,
108-
useRef = false,
108+
useRef = true,
109109
workflowIcons,
110110
uiIcons,
111111
uiIconSizes,

0 commit comments

Comments
 (0)