Skip to content

Commit

Permalink
Remove ts-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey Robertson committed Mar 16, 2020
1 parent 10a70c7 commit 46c9cc8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export const customElementType: SavedObjectsType = {
hidden: false,
namespaceAgnostic: false,
mappings: {
// @ts-ignore
dynamic: false,
properties: {
name: {
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/canvas/server/saved_objects/workpad.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export const workpadType: SavedObjectsType = {
hidden: false,
namespaceAgnostic: false,
mappings: {
// @ts-ignore
dynamic: false,
properties: {
name: {
Expand Down

0 comments on commit 46c9cc8

Please sign in to comment.