Skip to content

Commit

Permalink
import stalling
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Nov 17, 2021
1 parent 7d081a9 commit 24fb65b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions x-pack/plugins/maps/server/embeddable_migrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,7 @@ export const embeddableMigrations = {
return state;
}
},
'8.1.0': (state: SerializableRecord) => {
return state;
},
};

0 comments on commit 24fb65b

Please sign in to comment.