[feat] include stack trace in accordion by default and update existing error refs

Signed-off-by: Jithen Shriyan <shriyanjithen@gmail.com>
This commit is contained in:
Jithen Shriyan
2024-01-11 16:09:14 -05:00
parent 7f11009c50
commit 589006c37d
4 changed files with 34 additions and 3 deletions
@@ -142,6 +142,7 @@ export const ActionsPage = () => {
<ErrorPage
statusMessage="Failed to load installed actions"
status="500"
stack={error.stack}
/>
);
}