[#11606] Favorites - when changing the name of a favorite, the past name appears quickly when saving it
Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
parent
2af23bcb2e
commit
d6f2792622
|
@ -28,7 +28,7 @@
|
||||||
:auto-focus true
|
:auto-focus true
|
||||||
:show-cancel false
|
:show-cancel false
|
||||||
:label (i18n/label :t/name)
|
:label (i18n/label :t/name)
|
||||||
:default-value name
|
:default-value @input-name
|
||||||
:on-change-text #(reset! input-name %)}]
|
:on-change-text #(reset! input-name %)}]
|
||||||
[react/text {:style {:margin 16 :color colors/gray}}
|
[react/text {:style {:margin 16 :color colors/gray}}
|
||||||
url]]
|
url]]
|
||||||
|
|
Loading…
Reference in New Issue