fix
This commit is contained in:
parent
e896225a4b
commit
e9d47faa1d
@ -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 {
|
||||
|
@ -97,5 +97,4 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Loading…
x
Reference in New Issue
Block a user