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:
@@ -81,7 +81,7 @@ export default function AlertRulePage() {
|
||||
{
|
||||
header: t("TriggerMode"),
|
||||
accessorKey: "trigger Mode",
|
||||
accessorFn: (row) => triggerModes[row.trigger_mode] || "",
|
||||
accessorFn: (row) => triggerModes(t)[row.trigger_mode] || "",
|
||||
},
|
||||
{
|
||||
header: t("Rules"),
|
||||
|
||||
Reference in New Issue
Block a user