Skip to content

Commit e44dbbd

Browse files
committed
Revert "fix: add test ts error to the ShowView"
This reverts commit f23b2e7.
1 parent f23b2e7 commit e44dbbd

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

adminforth/spa/src/views/ShowView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ const customActions = computed(() => {
167167
onMounted(async () => {
168168
loading.value = true;
169169
await coreStore.fetchResourceFull({
170-
resourceId: route.params.resourceId,
170+
resourceId: route.params.resourceId as string,
171171
});
172172
initThreeDotsDropdown();
173173
await coreStore.fetchRecord({

live-demo/deploy/typeCheckSPA.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22

3+
ls -la
34
npm ci
45
pnpm type-check 2>&1
56
type_check_status=$?

0 commit comments

Comments
 (0)