Fix imported AKS empty banner

This commit is contained in:
Neil MacDougall 2023-01-12 14:29:55 +00:00
parent 85f0924c5c
commit ec93f6ccfb
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ export default Component.extend(ClusterDriver, {
});
if (cb) {
cb()
cb(true);
}
} catch (err) {
errors.pushObject(`Failed to load Clusters from Azure: ${ err.message }`);