diff options
Diffstat (limited to 'settings/src/components/AuthTokenList.vue')
-rw-r--r-- | settings/src/components/AuthTokenList.vue | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/settings/src/components/AuthTokenList.vue b/settings/src/components/AuthTokenList.vue index fe92852921c..1c83488ed19 100644 --- a/settings/src/components/AuthTokenList.vue +++ b/settings/src/components/AuthTokenList.vue @@ -20,7 +20,7 @@ --> <template> - <table id="app-tokens-table" :class="{ 'icon-loading' : loading }"> + <table id="app-tokens-table"> <thead v-if="tokens.length"> <tr> <th></th> @@ -52,10 +52,6 @@ tokens: { type: Array, required: true, - }, - loading: { - type: Boolean, - required: true, } }, computed: { |