Skip to content
Snippets Groups Projects
Commit 68661792 authored by Tom Robinson's avatar Tom Robinson
Browse files

Prettier

parent c3f5ba26
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,11 @@ export class ChartSettingsError extends Error {
initial: ?ChartSettingsInitial;
buttonText: ?string;
constructor(message: string, initial?: ChartSettingsInitial, buttonText?: string) {
constructor(
message: string,
initial?: ChartSettingsInitial,
buttonText?: string,
) {
super(message || t`Please configure this chart in the chart settings`);
this.initial = initial;
this.buttonText = buttonText || t`Edit Settings`;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment