Skip to content

Commit

Permalink
Merge branch 'develop' into release/4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Cornu committed Nov 22, 2022
2 parents 41a7adc + e917b83 commit 296ec76
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions search-parts/src/webparts/searchResults/SearchResultsWebPart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1437,12 +1437,6 @@ export default class SearchResultsWebPart extends BaseWebPart<ISearchResultsWebP
PropertyPaneHorizontalRule()
);
}

stylingFields.push(
PropertyPaneToggle('useMicrosoftGraphToolkit', {
label: webPartStrings.PropertyPane.LayoutPage.Handlebars.UseMicrosoftGraphToolkit,
})
);
}

// Adaptive cards fields
Expand All @@ -1461,6 +1455,12 @@ export default class SearchResultsWebPart extends BaseWebPart<ISearchResultsWebP
);
}

stylingFields.push(
PropertyPaneToggle('useMicrosoftGraphToolkit', {
label: webPartStrings.PropertyPane.LayoutPage.Handlebars.UseMicrosoftGraphToolkit,
})
);

let groups: IPropertyPaneGroup[] = [
{
groupName: webPartStrings.PropertyPane.LayoutPage.LayoutSelectionGroupName,
Expand Down

0 comments on commit 296ec76

Please sign in to comment.