mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 15:21:48 +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
|
<ShortcutForm
|
||||||
shortcut={showForm.shortcut}
|
shortcut={showForm.shortcut}
|
||||||
shortcutIndex={showForm.shortcutIndex}
|
shortcutIndex={showForm.shortcutIndex}
|
||||||
disabled={shortcuts.length >= SHORTCUTS_LIMIT}
|
|
||||||
lists={lists}
|
lists={lists}
|
||||||
followedHashtags={followedHashtags}
|
followedHashtags={followedHashtags}
|
||||||
onSubmit={({ result, mode }) => {
|
onSubmit={({ result, mode }) => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue