mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-06 17:33:18 +00:00
abstract dir-operation-toolbar and view-mode-toolbar (#2569)
This commit is contained in:
@@ -24,7 +24,7 @@ class Dirent {
|
||||
if (json.file_tags) {
|
||||
file_tags = json.file_tags.map(item => {
|
||||
return new FileTag(item);
|
||||
})
|
||||
});
|
||||
}
|
||||
this.file_tags = file_tags;
|
||||
}
|
||||
|
Reference in New Issue
Block a user