8726 workflow add a test button in workflow code step (#9016)
- add test button to workflow code step - add test tab to workflow code step https://github.com/user-attachments/assets/e180a827-7321-49a2-8026-88490c557da2  
This commit is contained in:
@ -154,7 +154,9 @@ export const PasswordReset = () => {
|
||||
} catch (err) {
|
||||
logError(err);
|
||||
enqueueSnackBar(
|
||||
(err as Error)?.message || 'An error occurred while updating password',
|
||||
err instanceof Error
|
||||
? err.message
|
||||
: 'An error occurred while updating password',
|
||||
{
|
||||
variant: SnackBarVariant.Error,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user