Update namespace-picker.js (#24653)

therefor -> therefore

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
This commit is contained in:
Ikko Eltociear Ashimine
2024-01-05 01:36:51 +09:00
committed by GitHub
parent 75d0581464
commit 7f1a43c9a4

View File

@@ -47,7 +47,7 @@ export default Component.extend({
this.set('canList', true);
} catch (e) {
// If error out on findRecord call it's because you don't have permissions
// and therefor don't have permission to manage namespaces
// and therefore don't have permission to manage namespaces
this.set('canList', false);
}
}),