Skip to content

Commit 400f123

Browse files
committed
fix: remove unused import of AdminForthComponentDeclarationFull in TranslationJobViewComponent
1 parent 436e597 commit 400f123

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

custom/TranslationJobViewComponent.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626

2727

2828
<script setup lang="ts">
29-
import { AdminForthComponentDeclarationFull } from 'adminforth';
3029
import { useI18n } from 'vue-i18n'
3130
import { onMounted, onUnmounted, ref } from 'vue';
3231
import websocket from '@/websocket';
@@ -52,7 +51,7 @@ const props = defineProps<{
5251
};
5352
progress: number; // 0 to 100
5453
createdAt: Date;
55-
customComponent?: AdminForthComponentDeclarationFull;
54+
customComponent?: any;
5655
};
5756
}>();
5857

0 commit comments

Comments
 (0)