fix(frontend): Remove $t redeclaration
This commit is contained in:
@@ -155,8 +155,6 @@ function getStatusColor(status: ApplicationFormStatus) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const { t: $t } = useI18n()
|
|
||||||
|
|
||||||
function getStatusLabel(status: ApplicationFormStatus): string {
|
function getStatusLabel(status: ApplicationFormStatus): string {
|
||||||
switch (status) {
|
switch (status) {
|
||||||
case 'DRAFT':
|
case 'DRAFT':
|
||||||
|
|||||||
Reference in New Issue
Block a user