mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-05 20:41:43 -07:00
style: small fix
This commit is contained in:
parent
abcfb9d7f8
commit
6cb0191774
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ function NetworkMembers({ network }) {
|
|||
},
|
||||
{
|
||||
id: "name",
|
||||
name: "Name/Description",
|
||||
name: "Name / Description",
|
||||
minWidth: "250px",
|
||||
cell: (row) => <MemberName member={row} handleChange={handleChange} />,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue