mirror of
https://github.com/gravitl/netmaker.git
synced 2026-01-07 03:14:03 +08:00
I push
This commit is contained in:
parent
3a49eb3b4c
commit
e029979ab6
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ func (network *Network) IsNetworkDisplayNameUnique() (bool, error) {
|
|||
|
||||
records, err := GetNetworks()
|
||||
|
||||
if err != nil {
|
||||
if err != nil && !database.IsEmptyRecord(err) {
|
||||
return false, err
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue