mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-07 08:09:01 +02:00
Merge pull request #2652 from overleaf/jel-new-file-scope
Maintain scope in new file modal GitOrigin-RevId: f4a39dfefbbcb75f5a3fb8fe23cb71a186b575dd
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
script(type='text/ng-template', id='newFileModalTemplate')
|
||||
.modal-header
|
||||
h3 Add Files
|
||||
.modal-body.modal-new-file(ng-if="file_count < 2000")
|
||||
.modal-body.modal-new-file(ng-show="file_count < 2000")
|
||||
table
|
||||
tr
|
||||
td.modal-new-file--list
|
||||
|
||||
Reference in New Issue
Block a user