diff --git a/gca-admin-gurusoft-message-dashboard/src/components/SystemLinks.vue b/gca-admin-gurusoft-message-dashboard/src/components/SystemLinks.vue index f2e2f35..f04bb54 100644 --- a/gca-admin-gurusoft-message-dashboard/src/components/SystemLinks.vue +++ b/gca-admin-gurusoft-message-dashboard/src/components/SystemLinks.vue @@ -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