Browse Source

fix: remove element id

dashboard-layout
ken 7 months ago
parent
commit
4b93017aeb
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      gca-admin-gurusoft-message-dashboard/src/components/SystemLinks.vue

+ 0
- 4
gca-admin-gurusoft-message-dashboard/src/components/SystemLinks.vue View File

@ -26,10 +26,6 @@ import {ref, onMounted, defineProps} from 'vue';
import linkData from '@/mocks/systemLinksMockData.json';
const props = defineProps({
elementId: {
type: String,
required: true
},
metrics: {
type: [String, Object, Array],
default: null

Loading…
Cancel
Save