Skip to content

Commit

Permalink
Add reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardozgz committed Oct 6, 2024
1 parent 7eb4de7 commit 9104985
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<DashboardGuildChannelParams>();
Expand Down

0 comments on commit 9104985

Please sign in to comment.