Skip to content

Commit

Permalink
feat: change data source id
Browse files Browse the repository at this point in the history
Signed-off-by: suzhou <[email protected]>
  • Loading branch information
SuZhou-Joe committed May 9, 2023
1 parent 5a69d95 commit 44d4166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index_management_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function renderApp(coreStart: CoreStart, params: AppMountParameters, land
const mdsInterceptInstance = new MDSIntercept({
pluginId: PLUGIN_NAME,
http,
getDataSourceId: () => "3e2ff6a0-de64-11ed-b697-57f5dd34beb6",
getDataSourceId: () => "e22a0790-cf97-11ed-acf6-ed047b89ac83",
});
mdsInterceptInstance.start();

Expand Down

0 comments on commit 44d4166

Please sign in to comment.