We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 620d2f6 + 24fa7c1 commit 4a82ae2Copy full SHA for 4a82ae2
src/v1/result-summary.js
@@ -234,6 +234,7 @@ class Notification {
234
this.code = notification.code;
235
this.title = notification.title;
236
this.description = notification.description;
237
+ this.severity = notification.severity;
238
this.position = this._constructPosition(notification.position);
239
}
240
0 commit comments