Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix duplicate ids on apps management page
Signed-off-by: Christopher Ng <[email protected]>
  • Loading branch information
Pytal committed Aug 13, 2022
commit d9f1f5a8acd6939596b0cf3f166c1b0473eccf76
2 changes: 1 addition & 1 deletion apps/settings/src/components/SvgFilterMixin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default {
},
},
mounted() {
this.filterId = 'invertIconApps' + Math.floor((Math.random() * 100)) + new Date().getSeconds() + new Date().getMilliseconds()
this.filterId = 'invertIconApps-' + Math.random().toString(36).substring(2)
},
}
</script>
4 changes: 2 additions & 2 deletions dist/settings-apps-view-7418.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/settings-apps-view-7418.js.map

Large diffs are not rendered by default.

Loading