You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix not being able to update color and label of columns
It was no longer possible to update the labels and colors of the
detected columns because they were always overwritten by the default
values.
Fix this by only settings label and color once after column changes,
like it was done before.
This bug was introduced in hacknus#119.
0 commit comments