makes new dialog clearer.
This commit is contained in:
@@ -234,10 +234,10 @@
|
|||||||
[:h4.is-4.title "Legal Entity"]
|
[:h4.is-4.title "Legal Entity"]
|
||||||
[:hr]
|
[:hr]
|
||||||
[:div.field
|
[:div.field
|
||||||
[:p.help "First Name"]
|
[:p.help "Legal Entity Name"]
|
||||||
[:div.control
|
[:div.control
|
||||||
[:input.input.is-expanded {:type "text"
|
[:input.input.is-expanded {:type "text"
|
||||||
:placeholder "Josh"
|
:placeholder "Good Restaurant LLC"
|
||||||
:name (path->name [:vendor/legal-entity-name])
|
:name (path->name [:vendor/legal-entity-name])
|
||||||
:value (-> vendor :vendor/legal-entity-name)}]]]
|
:value (-> vendor :vendor/legal-entity-name)}]]]
|
||||||
"OR"
|
"OR"
|
||||||
|
|||||||
Reference in New Issue
Block a user