Skip to content

Commit

Permalink
fix(Data Mapper): now using v2 service (#6080)
Browse files Browse the repository at this point in the history
fixed version
  • Loading branch information
DanielleCogs authored Nov 12, 2024
1 parent 57b5eae commit dff323b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
} from '@fluentui/react-components';
import type { MonacoProps } from '@microsoft/designer-ui';
import { MonacoEditor } from '@microsoft/designer-ui';
import { generateDataMapXslt, getFunctions, getSelectedSchema, testDataMap } from '@microsoft/logic-apps-data-mapper';
import { generateDataMapXslt, getFunctions, getSelectedSchema, testDataMap } from '@microsoft/logic-apps-data-mapper-v2';
import { EditorLanguage } from '@microsoft/logic-apps-shared';
import { useState } from 'react';

Expand Down

0 comments on commit dff323b

Please sign in to comment.