Skip to content
Snippets Groups Projects

Resolve "Endless loop when fetching and soritng workflows"

2 files
+ 7
7
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -120,7 +120,7 @@ onMounted(() => {
<div
class="row border-bottom mb-4 justify-content-between align-items-center"
>
<h2 class="w-fit">Resource Requests</h2>
<h2 class="w-fit">Resource requests</h2>
<span
class="w-fit"
tabindex="0"
@@ -236,7 +236,7 @@ onMounted(() => {
</tbody>
</table>
<div v-else class="text-center mt-5 fs-4">
There are currently no Resources to review
There are currently no resources to review
</div>
</template>
Loading