Skip to content

Commit

Permalink
Fix: Concept try-it button (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
thewahome committed May 26, 2021
1 parent 81b0bab commit b80bdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/query-runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export interface IInitMessage {
/** The text within the Docs code block. */
code: string;
/** Data extracted from the permissions table. Will be null if Docs cannot locate the permissions table. */
permission: string[];
permission?: string[];
}

export interface IThemeChangedMessage {
Expand Down

0 comments on commit b80bdcf

Please sign in to comment.