We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d67e9c commit ed6675cCopy full SHA for ed6675c
src/views/RedirectsView.vue
@@ -32,6 +32,12 @@ const defaultEndpoint = (redirect: Redirect) => {
32
<p>All links</p>
33
</hgroup>
34
<div>
35
+ <card-element
36
+ v-if="isLoading"
37
+ :title="$t('Magic links')"
38
+ :subtitle="$t('Magic links')"
39
+ :loading="true"
40
+ ></card-element>
41
<card-element
42
v-for="redirect in redirects"
43
:key="redirect.uuid"
0 commit comments