fix: Add big error handling for action details view
This commit is contained in:
parent
19c3b67cdd
commit
e1db1e7be5
|
|
@ -152,6 +152,7 @@ async function fetchAction() {
|
|||
actionTitle.value = action.value?.title || 'Unknown Action'
|
||||
} catch (err) {
|
||||
console.error('Failed to fetch action:', err)
|
||||
window.showBigError('fetch-action', 'getting action details', err, false)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue