Skip to content

Commit

Permalink
fix(directory): fact table not showing (#4128)
Browse files Browse the repository at this point in the history
- add pagination ( reduce dom size)
- multiple small speedups

Closes #4084
  • Loading branch information
chinook25 authored Aug 28, 2024
1 parent 317ecc4 commit c874fd5
Show file tree
Hide file tree
Showing 4 changed files with 325 additions and 341 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,11 @@ export default {
},
},
methods: {
// ...mapMutations(["SetNotification"]),
displayName(item) {
return item.label || item.name || item.id;
},
copyToClipboard(link) {
navigator.clipboard.writeText(link);
this.SetNotification(`Copied ${link}`);
},
},
};
Expand Down
Loading

0 comments on commit c874fd5

Please sign in to comment.