Skip to content

Commit

Permalink
fix(a11y): alert files reloaded on mgt-file-list (#3191)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnickii authored May 29, 2024
1 parent ef846d5 commit 3ac37de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stories/components/fileList/fileList.properties.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export const clearCacheAndReload = () => html`
document.querySelector('button').addEventListener('click', () => {
// passing true will clear file cache before reloading
fileList.reload(true);
alert("Files Reloaded");
})
</script>
`;
Expand Down

0 comments on commit 3ac37de

Please sign in to comment.