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 ef846d5 commit 3ac37deCopy full SHA for 3ac37de
stories/components/fileList/fileList.properties.stories.js
@@ -124,6 +124,7 @@ export const clearCacheAndReload = () => html`
124
document.querySelector('button').addEventListener('click', () => {
125
// passing true will clear file cache before reloading
126
fileList.reload(true);
127
+ alert("Files Reloaded");
128
})
129
</script>
130
`;
0 commit comments