Skip to content

Commit

Permalink
Forgot to save rename
Browse files Browse the repository at this point in the history
Signed-off-by: Kawika Avilla <[email protected]>
  • Loading branch information
kavilla committed Mar 10, 2021
1 parent c14b49b commit 91867d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export function createSavedVisClass(services: SavedObjectOpenSearchDashboardsSer
savedSearchId: opts.savedSearchId,
version: 1,
},
afterESResp: async (savedObject: SavedObject) => {
afterOpenSearchResp: async (savedObject: SavedObject) => {
const savedVis = (savedObject as any) as ISavedVis;
savedVis.visState = await updateOldState(savedVis.visState);
if (savedVis.searchSourceFields?.index) {
Expand Down

0 comments on commit 91867d9

Please sign in to comment.