kc token public key/token issue, path root set to 1

This commit is contained in:
h z
2024-12-06 10:04:03 +00:00
parent da1860a269
commit 6d96b658f0
7 changed files with 215 additions and 29 deletions

View File

@@ -118,12 +118,14 @@ const PathNode = ({ path, isRoot = false }) => {
<button
onClick={handleEdit}
className="button is-small is-info is-light"
type="button"
>
Edit
</button>
<button
onClick={handleDelete}
className="button is-small is-danger is-light"
type="button"
>
Delete
</button>