From 3a4a75793aa4fe6c337230aa319888338570e91d Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 19 Apr 2023 10:42:09 +0800 Subject: [PATCH] Don't disable form if >= 9 shortcuts This is old code when form was inline instead of another modal --- src/components/shortcuts-settings.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/shortcuts-settings.jsx b/src/components/shortcuts-settings.jsx index 13d7c6f9..3f6ee94b 100644 --- a/src/components/shortcuts-settings.jsx +++ b/src/components/shortcuts-settings.jsx @@ -459,7 +459,6 @@ function ShortcutsSettings() { = SHORTCUTS_LIMIT} lists={lists} followedHashtags={followedHashtags} onSubmit={({ result, mode }) => {