From 9104985a5550abcbb36a43fcdc89b83b919ee3bc Mon Sep 17 00:00:00 2001 From: eduardozgz Date: Sun, 6 Oct 2024 22:01:50 +0000 Subject: [PATCH] Add reminder --- .../src/app/dashboard/servers/[guildId]/[channelId]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/src/app/dashboard/servers/[guildId]/[channelId]/page.tsx b/apps/website/src/app/dashboard/servers/[guildId]/[channelId]/page.tsx index 6bca60e42..f11cb733f 100644 --- a/apps/website/src/app/dashboard/servers/[guildId]/[channelId]/page.tsx +++ b/apps/website/src/app/dashboard/servers/[guildId]/[channelId]/page.tsx @@ -16,7 +16,7 @@ import { UserPermissionsContext } from "../UserPermissionsContext"; import { EditTemplate } from "./sections/EditTemplate"; import { EnableTemplate } from "./sections/EnableTemplate"; import { TemplateError } from "./sections/TemplateError"; - +// TODO fix: enable status is being set to its initial state when template content is changed export default function Page() { const { t } = useTranslation(); const { guildId, channelId } = useParams();