Skip to content

Commit

Permalink
make optional
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasneirynck committed Apr 9, 2020
1 parent b38c836 commit fd120db
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ export interface Props {
interface State {
tmsInput: string;
tmsCanPreview: boolean;
attributionText: string;
attributionUrl: string;
attributionText?: string;
attributionUrl?: string;
}

export class XYZTMSEditor extends Component<Props, State> {
Expand Down

0 comments on commit fd120db

Please sign in to comment.