Skip to content

Commit

Permalink
Fixed type in embeddable examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jportner committed Apr 16, 2020
1 parent 489cd96 commit a5ff9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/embeddable_examples/server/todo_saved_object.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { SavedObjectsType } from 'kibana/server';
export const todoSavedObject: SavedObjectsType = {
name: 'todo',
hidden: false,
namespaceAgnostic: true,
namespaceType: 'agnostic',
mappings: {
properties: {
title: {
Expand Down

0 comments on commit a5ff9d8

Please sign in to comment.