mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
Update namespace-picker.js (#24653)
therefor -> therefore Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
This commit is contained in:
committed by
GitHub
parent
75d0581464
commit
7f1a43c9a4
@@ -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);
|
||||
}
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user