Skip to content

Commit

Permalink
Merge pull request #1261 from dpc-sdp/feature/SDPAP-9390-solar-links
Browse files Browse the repository at this point in the history
[SDPAP-9392] fallback to value if no URL exists
  • Loading branch information
dylankelly authored Jul 15, 2024
2 parents 8feb0bc + b653e76 commit 48304b4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<template>
<RplTextLink v-if="url" :url="url">{{ value }}</RplTextLink>
<span v-else>{{ value }}</span>
</template>

<script setup lang="ts">
Expand Down

0 comments on commit 48304b4

Please sign in to comment.