Fixed left node navigation, down of bottom of tree

This commit is contained in:
Magnus Åhall 2025-02-09 10:42:03 +01:00
parent d5ffd4fb0a
commit 8192f49558
2 changed files with 31 additions and 4 deletions

View file

@ -325,6 +325,7 @@ func generateOneTestNode(parentUUID, parentPath string) (hash, name string, err
row = db.QueryRow(query, sqlParentUUID, parentPath)
err = row.Scan(&hash, &name)
if err != nil {
Log.Error("generate", "error", err)
return
}