Skip to content

Commit cca5eda

Browse files
authored
fix(ui): substatus column bug on table switch (#1103)
1 parent 2216045 commit cca5eda

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

strr-examiner-web/app/pages/dashboard.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -912,6 +912,7 @@ const tabLinks = computed(() => [
912912
</template>
913913
<UTable
914914
ref="tableRef"
915+
:key="isApplicationTab ? 'applications-table' : 'registrations-table'"
915916
v-model:sort="sort"
916917
:columns="columnsTable"
917918
:rows="isApplicationTab ? applicationListResp.applications : registrationListResp.registrations"

strr-examiner-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "strr-examiner-web",
33
"private": true,
44
"type": "module",
5-
"version": "0.2.26",
5+
"version": "0.2.27",
66
"scripts": {
77
"build-check": "nuxt build",
88
"build": "nuxt generate",

0 commit comments

Comments
 (0)