@byu-oit/vue-decision-processing-components 9.0.14 → 9.0.15

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.
@@ -19,11 +19,6 @@
19
19
  <font-awesome-icon :icon="icon" />
20
20
 
21
21
  {{endorsementStatus}}
22
- <small>
23
- <a :href="endorseHref" target="_blank" data-disable-navigate="true">
24
- (view details)
25
- </a>
26
- </small>
27
22
  </span>
28
23
  </div>
29
24
  </template>
@@ -112,11 +107,6 @@
112
107
  else if (this.endorsementIssuesFlag.isActive) return `Endorsement Issues`
113
108
  else if (this.endorsementPendingFlag.isActive) return `Endorsement Pending`
114
109
  return `Endorsement Complete`
115
- },
116
- endorseHref () {
117
- return this.env !== 'development'
118
- ? `https://endorse.byu.edu/admin?byuId=${this.byuId}`
119
- : `https://endorse-dev.byu.edu/admin?byuId=${this.byuId}`
120
110
  }
121
111
  }
122
112
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byu-oit/vue-decision-processing-components",
3
- "version": "9.0.14",
3
+ "version": "9.0.15",
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",