Adapt for new ordermodel (#97)

Co-authored-by: Niklas Fondberg <niklas.fondberg@photowall.se>
This commit is contained in:
Fredrik Ringqvist
2022-01-20 07:11:43 +01:00
committed by GitHub
co-authored by Niklas Fondberg
parent ea086568d0
commit e57cab3b23
22 changed files with 467 additions and 2842 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ for (const id of [...Array(N + 1).keys()].slice(1)) {
// Since the graphql query for designers is
// sorted on name we force the second designer
// to to top of the name sort.
// This is because we insert order-rows on designer with
// This is because we insert order on designer with
// id = 2
if (id === 2) {
key.name = `'a'`;