wasm -> process_files.wasm

This commit is contained in:
Pavel Murygin 2021-07-22 14:22:18 +03:00
parent f549594b2e
commit 7e9b994f0e

View File

@ -25,7 +25,11 @@ export const IpfsForm = () => {
setValue={setRpcAddr}
/>
<TextInput text={"wasm CID"} value={wasm} setValue={setWasm} />
<TextInput
text={"process_files.wasm CID"}
value={wasm}
setValue={setWasm}
/>
<div className="row">
<button className="btn btn-right" onClick={deployService}>
deploy service