making client code visible again.

This commit is contained in:
Bryce Covert
2019-01-28 09:20:50 -08:00
parent 294ac40930
commit 2d0b127b4a
6 changed files with 173 additions and 138 deletions

View File

@@ -28,7 +28,7 @@
:operation/name "EditClient"}
:venia/queries [{:query/data [:upsert-client
{:client edited-client}
[:id :name]
[:id :name :code]
]}]}
:on-success [::save-complete]
:on-error [::save-error]}})))