revert fix i should not have put in for editing custom cluster

rancher/rancher#22080
This commit is contained in:
Westly Wright 2019-08-09 11:15:08 -07:00
parent b9e44dbd39
commit 35c250097a
No known key found for this signature in database
GPG Key ID: 4FAB3D8673DC54A3
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ export default Resource.extend(Grafana, ResourceUsage, {
if ( firstTemplate ) {
return get(firstTemplate, 'driver');
} else {
return 'custom';
return null;
}
} else {
return 'custom';