From 719f6c934cface855c15fd83d0f0fe5ddafd8621 Mon Sep 17 00:00:00 2001 From: Inbestigator <119569726+Inbestigator@users.noreply.github.com> Date: Thu, 27 Jun 2024 16:48:05 -0700 Subject: [PATCH] Update src/plugins/betterBanReasons/index.tsx Co-authored-by: vee --- src/plugins/betterBanReasons/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/betterBanReasons/index.tsx b/src/plugins/betterBanReasons/index.tsx index 1c7e6869e..06e2d56e5 100644 --- a/src/plugins/betterBanReasons/index.tsx +++ b/src/plugins/betterBanReasons/index.tsx @@ -92,7 +92,7 @@ export default definePlugin({ { name: reason, value: reason } )); }, - isOtherDefault() { + getDefaultState() { return settings.store.textInputDefault ? 1 : 0; }, settings,