remove advancedCollapsed settings to start it opened

This commit is contained in:
negue
2023-03-29 23:40:30 +02:00
parent e0300e8710
commit cc73b44b25
5 changed files with 0 additions and 28 deletions
-1
View File
@@ -12,7 +12,6 @@ export default function addTask (user, req = { body: {} }) {
if (task._editing) {
task._edit = clone(task);
}
task._advanced = !user.preferences.advancedCollapsed;
return task;
}