Skip to content

Commit

Permalink
#2517 - rename rejectionMsg to message
Browse files Browse the repository at this point in the history
  • Loading branch information
rmmayo committed Jan 9, 2025
1 parent 3a66ff1 commit 7cd3987
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ defineExpose({
<b>{{ timeUtils.formatDate(skillInternal.selfReporting.requestedOn, 'MM/DD/YYYY') }}</b> was rejected
<span
class="text-info">{{ timeUtils.relativeTime(skillInternal.selfReporting.rejectedOn) }}</span>.
<span v-if="skillInternal.selfReporting.message">The reason is: <b>"{{ skillInternal.selfReporting.rejectionMsg}}"</b></span>
<span v-if="skillInternal.selfReporting.message">The reason is: <b>"{{ skillInternal.selfReporting.message}}"</b></span>
</div>
<div class="">
<SkillsButton
Expand Down

0 comments on commit 7cd3987

Please sign in to comment.