mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
refactor(core): remove usage of unnecessary i18n composable (#13662)
Closes https://github.com/kestra-io/kestra/issues/13650. Co-authored-by: Mohd Toukir Khan <Toukir@MacBook-Air-2.local> Co-authored-by: MilosPaunovic <paun992@hotmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<el-button @click.prevent.stop="handleClick()" type="primary" :icon="Plus">
|
||||
{{ t("add") }}
|
||||
{{ $t("add") }}
|
||||
</el-button>
|
||||
</template>
|
||||
|
||||
@@ -11,10 +11,6 @@
|
||||
} from "../../../../injectionKeys";
|
||||
import {Plus} from "../../../../utils/icons";
|
||||
|
||||
|
||||
import {useI18n} from "vue-i18n";
|
||||
const {t} = useI18n({useScope: "global"});
|
||||
|
||||
const props = defineProps<{
|
||||
parentPathComplete: string;
|
||||
blockSchemaPath: string;
|
||||
|
||||
Reference in New Issue
Block a user