mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-05-06 13:48:55 +00:00
fix: Duplicate template options (#51)
* fix: Duplicate template options * fix: form option i18n text
This commit is contained in:
+1
-1
@@ -74,7 +74,7 @@ export default function CronPage() {
|
||||
{
|
||||
header: t("Type"),
|
||||
accessorKey: "taskType",
|
||||
accessorFn: (row) => cronTypes[row.task_type] || "",
|
||||
accessorFn: (row) => cronTypes(t)[row.task_type] || "",
|
||||
},
|
||||
{
|
||||
header: t("CronExpression"),
|
||||
|
||||
Reference in New Issue
Block a user