diff options
author | Louis Chemineau <louis@chmn.me> | 2022-11-10 16:51:48 +0100 |
---|---|---|
committer | Louis Chemineau <louis@chmn.me> | 2022-11-28 17:31:27 +0100 |
commit | ea946cc649b73474ab2a4dbb23e2793e906f8fca (patch) | |
tree | 8d96a21d0c40e74040c36f17a9c9026b4139c889 /apps/files/src/models | |
parent | 173c053d41c9494e56d3301ff2a8c7ce13b79387 (diff) | |
download | nextcloud-server-ea946cc649b73474ab2a4dbb23e2793e906f8fca.tar.gz nextcloud-server-ea946cc649b73474ab2a4dbb23e2793e906f8fca.zip |
Lint and remove file_versions tests
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'apps/files/src/models')
-rw-r--r-- | apps/files/src/models/Tab.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/src/models/Tab.js b/apps/files/src/models/Tab.js index cbf35c77dcb..63d1ad97ff6 100644 --- a/apps/files/src/models/Tab.js +++ b/apps/files/src/models/Tab.js @@ -84,7 +84,6 @@ export default class Tab { this._id = id this._name = name this._icon = icon - this._iconSvg = iconSvg this._mount = mount this._update = update this._destroy = destroy |