fix(templates): App templates not loading with error in browser console

This commit is contained in:
MaximeBajeux
2021-03-02 21:41:41 +01:00
parent 60d889e043
commit d3f7212adc

View File

@@ -254,7 +254,7 @@ angular.module('portainer.app').controller('TemplatesController', [
var endpointMode = $scope.applicationState.endpoint.mode;
var apiVersion = $scope.applicationState.endpoint.apiVersion;
this.state.provider = endpointMode.provider === 'DOCKER_STANDALONE' ? 2 : 1;
$scope.state.provider = endpointMode.provider === 'DOCKER_STANDALONE' ? 2 : 1;
$q.all({
templates: TemplateService.templates(),