Skip to content

Commit 38d0fc7

Browse files
committed
Change submit type to match new backend where the environment is selectable
1 parent b53c295 commit 38d0fc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/kii/ui/conf/actions/handlers.cljs

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
:uri (str env/base-uri "download.php")
2525
:on-success [:start-firmware-dl]
2626
:on-failure [:firmware-compile-failure]
27-
:options {:params mangled-kll
27+
:options {:params {:config mangled-kll
28+
:env "latest"}
2829
:format (ajax/json-request-format)
2930
:response-format (ajax/json-response-format
3031
{:keywords? true})}}

0 commit comments

Comments
 (0)