mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Editing summary columns widget options
Summary: - Allowing changing description and all widget options (except choices) for summary columns - Making text error in toast notification selectable Test Plan: Added new tests Reviewers: georgegevoian Reviewed By: georgegevoian Subscribers: georgegevoian Differential Revision: https://phab.getgrist.com/D4346
This commit is contained in:
@@ -381,7 +381,7 @@ export class Notifier extends Disposable implements INotifier {
|
||||
return dom('div',
|
||||
dom.forEach(appErrors, (appErr: IAppError) =>
|
||||
(where === 'toast' && appErr.seen ? null :
|
||||
dom('div', timeFormat('T', new Date(appErr.timestamp)), ' ',
|
||||
dom('div', {tabIndex: "-1"}, timeFormat('T', new Date(appErr.timestamp)), ' ',
|
||||
appErr.error.message, testId('notification-app-error'))
|
||||
)
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user