File tree 2 files changed +4
-4
lines changed
src/routes/team/[team]/[env]/secret/[secret]
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 182
182
<AddSecretKv bind:changes existingKeys ={secret .data .map ((d ) => d .name )} />
183
183
</div >
184
184
<div class =" secret-edit-buttons" >
185
- <Tooltip content ="Persist all changes" arrow ={false }>
186
- <Button variant ="primary" size ="small" on:click ={updateSecret }>Save</Button >
187
- </Tooltip >
188
185
<Tooltip content ="Discard all changes" arrow ={false }>
189
186
<Button variant ="secondary" size ="small" on:click ={discardChanges }>Cancel</Button >
190
187
</Tooltip >
188
+ <Tooltip content ="Persist all changes" arrow ={false }>
189
+ <Button variant ="primary" size ="small" on:click ={updateSecret }>Save</Button >
190
+ </Tooltip >
191
191
</div >
192
192
{#if $updateSecretMutation .errors }
193
193
<Alert variant =" error" >
Original file line number Diff line number Diff line change 76
76
</TextField >
77
77
</div >
78
78
<svelte:fragment slot =" footer" >
79
- <Button variant ="secondary" size ="small" on:click ={cancel }>Cancel</Button >
80
79
<Button variant ="primary" size ="small" on:click ={addKv }>Add</Button >
80
+ <Button variant ="secondary" size ="small" on:click ={cancel }>Cancel</Button >
81
81
</svelte:fragment >
82
82
</Modal >
83
83
You can’t perform that action at this time.
0 commit comments