mirror of
https://github.com/fluencelabs/examples
synced 2024-12-04 19:20:17 +00:00
wasm -> process_files.wasm
This commit is contained in:
parent
f549594b2e
commit
7e9b994f0e
@ -25,7 +25,11 @@ export const IpfsForm = () => {
|
|||||||
setValue={setRpcAddr}
|
setValue={setRpcAddr}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<TextInput text={"wasm CID"} value={wasm} setValue={setWasm} />
|
<TextInput
|
||||||
|
text={"process_files.wasm CID"}
|
||||||
|
value={wasm}
|
||||||
|
setValue={setWasm}
|
||||||
|
/>
|
||||||
<div className="row">
|
<div className="row">
|
||||||
<button className="btn btn-right" onClick={deployService}>
|
<button className="btn btn-right" onClick={deployService}>
|
||||||
deploy service
|
deploy service
|
||||||
|
Loading…
Reference in New Issue
Block a user