Fix failing test and address PR comments
This commit is contained in:
parent
2314063848
commit
a09a029937
12 changed files with 28 additions and 15 deletions
|
|
@ -198,6 +198,8 @@ export const defaultAugmentationProperties: AugmentationProperties = {
|
|||
queriesInputCombines: false,
|
||||
packsInputCombines: false,
|
||||
injectedMlQueries: false,
|
||||
packsInput: undefined,
|
||||
queriesInput: undefined,
|
||||
};
|
||||
|
||||
export type Packs = Partial<Record<Language, string[]>>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue