Skip to content

Commit

Permalink
Flip the switch to see functional test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomThomson committed Jan 14, 2021
1 parent a77f0a6 commit f041bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/dashboard/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import { schema, TypeOf } from '@kbn/config-schema';

export const configSchema = schema.object({
allowByValueEmbeddables: schema.boolean({ defaultValue: false }),
allowByValueEmbeddables: schema.boolean({ defaultValue: true }),
});

export type ConfigSchema = TypeOf<typeof configSchema>;

0 comments on commit f041bad

Please sign in to comment.