Skip to content

Commit

Permalink
🏷️ Fix type checks
Browse files Browse the repository at this point in the history
  • Loading branch information
dej611 committed Sep 29, 2020
1 parent fc990e8 commit 92e476e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface LayerState {
}

export interface DatatableVisualizationState {
title: string;
title?: string;
description?: string;
layers: LayerState[];
}
Expand Down

0 comments on commit 92e476e

Please sign in to comment.