diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-10-19 15:15:12 +0200 |
---|---|---|
committer | Louis Chemineau <louis@chmn.me> | 2022-11-28 17:29:11 +0100 |
commit | 2c50153618cbbf227704a274cfc46e0ec071b525 (patch) | |
tree | 10d06076b0a4808fbaac0b85f71c8aa356bee8b9 /webpack.modules.js | |
parent | cd7cec587ed7048b6a5536d69bce904f9eadc598 (diff) | |
download | nextcloud-server-2c50153618cbbf227704a274cfc46e0ec071b525.tar.gz nextcloud-server-2c50153618cbbf227704a274cfc46e0ec071b525.zip |
Port files_versions to vue
Simplify code and make it use our standard components
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'webpack.modules.js')
-rw-r--r-- | webpack.modules.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.modules.js b/webpack.modules.js index f0788ab54f8..75524e2fa7f 100644 --- a/webpack.modules.js +++ b/webpack.modules.js @@ -65,7 +65,7 @@ module.exports = { files_trashbin: path.join(__dirname, 'apps/files_trashbin/src', 'files_trashbin.js'), }, files_versions: { - files_versions: path.join(__dirname, 'apps/files_versions/src', 'files_versions.js'), + files_versions: path.join(__dirname, 'apps/files_versions/src', 'files_versions_tab.js'), }, oauth2: { oauth2: path.join(__dirname, 'apps/oauth2/src', 'main.js'), |