diff --git a/resources/js/components/SMTab.vue b/resources/js/components/SMTab.vue index a8dd933..b33c2a5 100644 --- a/resources/js/components/SMTab.vue +++ b/resources/js/components/SMTab.vue @@ -1,5 +1,5 @@ @@ -12,9 +12,13 @@ defineProps({ type: String, required: true, }, + id: { + type: String, + required: true, + }, }); -const selectedLabel = inject("selectedLabel"); +const selectedTab = inject("selectedTab");