We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2216045 commit cca5edaCopy full SHA for cca5eda
2 files changed
strr-examiner-web/app/pages/dashboard.vue
@@ -912,6 +912,7 @@ const tabLinks = computed(() => [
912
</template>
913
<UTable
914
ref="tableRef"
915
+ :key="isApplicationTab ? 'applications-table' : 'registrations-table'"
916
v-model:sort="sort"
917
:columns="columnsTable"
918
:rows="isApplicationTab ? applicationListResp.applications : registrationListResp.registrations"
strr-examiner-web/package.json
@@ -2,7 +2,7 @@
2
"name": "strr-examiner-web",
3
"private": true,
4
"type": "module",
5
- "version": "0.2.26",
+ "version": "0.2.27",
6
"scripts": {
7
"build-check": "nuxt build",
8
"build": "nuxt generate",
0 commit comments