Fixed some text
All checks were successful
Docker Deploy / build-and-push (push) Successful in 1m10s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 1m10s
This commit is contained in:
parent
72e7a8fd6e
commit
5a4079bc1f
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "pdsmanager",
|
"name": "pdsmanager",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.2.1",
|
"version": "0.2.2",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"build": "astro build",
|
"build": "astro build",
|
||||||
|
|
|
@ -537,7 +537,7 @@ export default function UserList() {
|
||||||
className="btn btn-sm btn-primary"
|
className="btn btn-sm btn-primary"
|
||||||
disabled={loading}
|
disabled={loading}
|
||||||
>
|
>
|
||||||
Edit
|
Edit Handle
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
onClick={() => setDeleteConfirmation({ show: true, user })}
|
onClick={() => setDeleteConfirmation({ show: true, user })}
|
||||||
|
|
Loading…
Add table
Reference in a new issue