diff --git a/dashboard-prime/src/components/skills/SkillNameRouterLink.vue b/dashboard-prime/src/components/skills/SkillNameRouterLink.vue index 7af5c45139..31fa5b4b51 100644 --- a/dashboard-prime/src/components/skills/SkillNameRouterLink.vue +++ b/dashboard-prime/src/components/skills/SkillNameRouterLink.vue @@ -27,6 +27,11 @@ const props = defineProps({ required: false, default: 45, }, + readOnly: { + type: Boolean, + required: false, + default: false, + } }); const slop = ref(15); @@ -65,7 +70,7 @@ const highlightedValue = computed(() => { + :aria-label="`${readOnly ? 'View' : 'Manage'} skill ${skill.name} via link`"> { placeholder="Optional Fields" data-cy="skillsTable-additionalColumns" /> -
+
{
- +