@byu-oit/vue-decision-processing-components 9.7.10 → 9.7.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/RoleSelector.vue +1 -1
- package/package.json +1 -1
package/RoleSelector.vue
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<select :value="role" @input="updateRole($event.target.value)" class="form-control">
|
|
2
|
+
<select :value="role" @input="updateRole($event.target.value)" class="form-control" aria-label="Select user role">
|
|
3
3
|
<option v-for="role of roles" :key="role" :value="role">
|
|
4
4
|
{{role}}
|
|
5
5
|
</option>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byu-oit/vue-decision-processing-components",
|
|
3
|
-
"version": "9.7.
|
|
3
|
+
"version": "9.7.11",
|
|
4
4
|
"description": "Vue components shared between decision processing systems for the CES schools.",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@fortawesome/fontawesome-free": "^5.15.4",
|