mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-24 00:21:10 +00: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:
parent
fbc1136be7
commit
34a40296f4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue