mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Don't disable form if >= 9 shortcuts
This is old code when form was inline instead of another modal
This commit is contained in:
parent
37a5c09fde
commit
3a4a75793a
1 changed files with 0 additions and 1 deletions
|
@ -459,7 +459,6 @@ function ShortcutsSettings() {
|
|||
<ShortcutForm
|
||||
shortcut={showForm.shortcut}
|
||||
shortcutIndex={showForm.shortcutIndex}
|
||||
disabled={shortcuts.length >= SHORTCUTS_LIMIT}
|
||||
lists={lists}
|
||||
followedHashtags={followedHashtags}
|
||||
onSubmit={({ result, mode }) => {
|
||||
|
|
Loading…
Reference in a new issue