mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-06 11:57:16 +08:00
Remove search from state load in task repository
This commit is contained in:
parent
78b4067c50
commit
c9a9cd2e75
1 changed files with 1 additions and 0 deletions
|
@ -192,6 +192,7 @@ var MyModuleRepositories = (function() {
|
||||||
if (!options.assign_mode) {
|
if (!options.assign_mode) {
|
||||||
json.state.columns[0].visible = false;
|
json.state.columns[0].visible = false;
|
||||||
}
|
}
|
||||||
|
json.state.search.search = null;
|
||||||
callback(json.state);
|
callback(json.state);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue