mirror of
https://github.com/diced/zipline.git
synced 2026-06-12 19:01:18 -07:00
fix: error message notifications use right prop now
This commit is contained in:
@@ -21,7 +21,7 @@ export function settingsOnSubmit(router: NextRouter, form: ReturnType<typeof use
|
||||
title: 'Failed to save settings',
|
||||
message: error.issues
|
||||
? error.issues.map((x: { message: string }) => x.message).join('\n')
|
||||
: error.message,
|
||||
: error.error,
|
||||
color: 'red',
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user