This commit is contained in:
Adrien Bouvais 2024-05-17 11:32:08 +02:00
parent e896225a4b
commit e9d47faa1d
2 changed files with 1 additions and 2 deletions

View File

@ -192,7 +192,7 @@ func insertArea() (edgedb.UUID, int64) {
position
}
FILTER .conversation.name = 'Default' AND .conversation.user = global currentUser
ORDER BY .position
ORDER BY .position desc
LIMIT 1
`, &positionSet)
if err != nil {

View File

@ -98,4 +98,3 @@
</div>
</div>
</div>
</div>