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 744976d commit f432d85Copy full SHA for f432d85
stories/samples/general.stories.js
@@ -90,7 +90,7 @@ export const Localization = () => html`
90
`;
91
92
export const cache = () => html`
93
-<button id="ClearCacheButton" type="button">Clear Cache</button>
+<fluent-button id="ClearCacheButton" appearance="accent">Clear Cache</fluent-button>
94
<div id="status" class="notes"></div>
95
<span class="notes"
96
>*Note* Please refer to your browser Developer Tools -> Applications -> Storage -> IndexedDB for cached
0 commit comments