Commit 05fa0c4 1 parent 1ec0fa8 commit 05fa0c4 Copy full SHA for 05fa0c4
File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 54
54
</Sheet .Trigger >
55
55
<Sheet .Content side =" right" >
56
56
<Sheet .Header >
57
- <Sheet .Title >Save </Sheet .Title >
57
+ <Sheet .Title >Storage </Sheet .Title >
58
58
<Sheet .Description >Save your flow to a store</Sheet .Description >
59
59
</Sheet .Header >
60
60
<div class =" grid gap-4 py-4" >
Original file line number Diff line number Diff line change 53
53
const key = keyFetch;
54
54
55
55
const sub = await (
56
- await fetch (` http://localhost:3011/vault/getSub/call-${ keyName } ` , {
56
+ await fetch (` http://localhost:3011/vault/getSub/call-${ nodename } ` , {
57
57
method: ' POST' ,
58
58
body: JSON .stringify ({ key }),
59
59
headers: {
Original file line number Diff line number Diff line change 54
54
</script >
55
55
56
56
<div class =" m-4" >
57
- <h1 class =" text-lg" >Replication key:</h1 >
58
- <div >{publicKey }</div >
57
+ <h1 class =" text-lg" >Replication env:</h1 >
58
+
59
+ publicKey <code class ="relative rounded bg-muted px-[0.3rem] py-[0.2rem] font-mono text-sm font-semibold" >{publicKey }</code >
60
+
59
61
<div class =" flex items-center space-x-4 m-4" >
60
62
<Input class ="input max-w-xs" placeholder ="key" bind:value ={newKey } />
61
63
<Input class ="input max-w-sm" placeholder ="value" bind:value ={newValue } />
You can’t perform that action at this time.
0 commit comments