@byu-oit/vue-decision-processing-components 8.35.10 → 8.35.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.
Files changed (2) hide show
  1. package/Queues.vue +4 -4
  2. package/package.json +1 -1
package/Queues.vue CHANGED
@@ -21,10 +21,10 @@
21
21
  <span class="sr-only">Refresh</span>
22
22
  <font-awesome-icon :icon="syncIcon" />
23
23
  </button>
24
- <p>{{packetListName}}</p>
25
- <button vue-if="packetListName == 'Auto Admit'" class="btn btn-outline-primary" @click="SubmitAuto">
26
- <span class="">Submit Applications</span>
27
- </button>
24
+ <!-- Potential feature for ensign only -->
25
+ <!-- <button vue-if="packetListName == 'Auto Admit'" class="btn btn-outline-primary" @click="SubmitAuto">-->
26
+ <!-- <span class="">Submit Applications</span>-->
27
+ <!-- </button>-->
28
28
  </h1>
29
29
  <div>
30
30
  <div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byu-oit/vue-decision-processing-components",
3
- "version": "8.35.10",
3
+ "version": "8.35.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",