-
Bug
-
Resolution: Done
-
Normal
-
None
-
None
-
None
-
3
-
False
-
-
False
-
Konflux
-
-
We enjoyed the following codes in SecretsListView.tsx
'const [secrets, secretsLoaded] = useSecrets(namespace, true);'
and we do not deal with error the hook could return.
When the hook return errors, UI just become a whole error page which is not expected.
We need to deal with the error and let it show in the error table.