Fix issue with display column not being able to be unset

This commit is contained in:
Andrew Kingston 2023-04-12 10:38:35 +01:00
parent 76353c2e4d
commit 49611298b4
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ export const deriveStores = context => {
// Update sticky column
if (!primaryDisplay) {
stickyColumn.set(null)
return
}