mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-25 08:34:47 +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…
Reference in a new issue