Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Jul 1, 2024
1 parent 417298f commit 40482e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/base/src/panelview/objectproperties.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ interface IStates {
selectedObjectData?: IDict;
selectedObjectSourceData?: IDict;
selectedObject?: string;
selectedObjectType?: "layer" | "source";
selectedObjectType?: 'layer' | 'source';
selectedObjectSource?: string;
schema?: IDict;
sourceSchema?: IDict;
Expand Down

0 comments on commit 40482e4

Please sign in to comment.