Skip to content

Commit

Permalink
fix: import networks for subgraph dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenttaglia committed Oct 14, 2024
1 parent 172a945 commit 8ceedbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/SubgraphsDashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@
import { storeToRefs } from 'pinia';
import { useTableSettingStore } from "@/store/tableSettings";
import StatusDropdownVue from '@/components/StatusDropdown.vue';
import { networks } from '@/plugins/subgraphNetworks';
const search = ref('');
Expand Down

0 comments on commit 8ceedbf

Please sign in to comment.