mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-24 18:51:11 +00: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) ->
|
$scope.openV1ImportModal = (project) ->
|
||||||
$modal.open(
|
$modal.open(
|
||||||
templateUrl: 'v1ImportModalTemplate'
|
templateUrl: 'v1ImportModalTemplate'
|
||||||
controller: 'UploadProjectModalController'
|
controller: 'V1ImportModalController'
|
||||||
size: 'lg'
|
size: 'lg'
|
||||||
windowClass: 'v1-import-modal'
|
windowClass: 'v1-import-modal'
|
||||||
resolve:
|
resolve:
|
||||||
|
|
Loading…
Reference in a new issue