allow an agent to edit a project

This commit is contained in:
2024-01-13 18:45:51 -07:00
parent 31aacb286f
commit fa72d38d18
7 changed files with 57 additions and 20 deletions

View File

@@ -25,7 +25,7 @@
class="block w-full rounded border border-slate-400 mb-4 px-3 py-2"
v-model="mnemonic"
/>
{{ mnemonic }}
<h3
class="text-sm uppercase font-semibold mb-3"
@click="showAdvanced = !showAdvanced"