Skip to content

Commit fe48ec2

Browse files
author
jleveugle
committed
fix: fix /projects/new route with lazy loading
1 parent 667f777 commit fe48ec2

File tree

1 file changed

+1
-1
lines changed
  • packages/manager/modules/pci/src/projects/new

1 file changed

+1
-1
lines changed

packages/manager/modules/pci/src/projects/new/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ angular
1313
])
1414
.config(/* @ngInject */($stateProvider) => {
1515
$stateProvider.state('pci.projects.new.**', {
16-
url: '/new?description&projectId',
16+
url: '/new',
1717
lazyLoad: ($transition$) => {
1818
const $ocLazyLoad = $transition$.injector().get('$ocLazyLoad');
1919

0 commit comments

Comments
 (0)