1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

Fixed: Overflowing release profile terms

Closes #4667
This commit is contained in:
Mark McDowall
2021-12-05 10:07:43 -08:00
parent d80565f6a9
commit b90e25f652
7 changed files with 83 additions and 9 deletions
+2 -1
View File
@@ -44,7 +44,8 @@ module.exports = (env) => {
'node_modules'
],
alias: {
jquery: 'jquery/src/jquery'
jquery: 'jquery/src/jquery',
'react-middle-truncate': 'react-middle-truncate/lib/react-middle-truncate'
}
},