mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fix wrong controller
This commit is contained in:
parent
b68d6411ee
commit
958e4cad9b
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ define [
|
|||
$scope.openV1ImportModal = (project) ->
|
||||
$modal.open(
|
||||
templateUrl: 'v1ImportModalTemplate'
|
||||
controller: 'UploadProjectModalController'
|
||||
controller: 'V1ImportModalController'
|
||||
size: 'lg'
|
||||
windowClass: 'v1-import-modal'
|
||||
resolve:
|
||||
|
|
Loading…
Reference in a new issue