mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-10-06 23:52:52 +08:00
Alter IconButton component as NButton to support disable property
This commit is contained in:
@@ -85,6 +85,7 @@ func (c *ConnectionsStorage) GetConnection(name string) *types.Connection {
|
||||
for _, group := range conns {
|
||||
for _, conn := range group.Connections {
|
||||
if conn.Name == name {
|
||||
conn.Group = group.GroupName
|
||||
return &conn
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user