Skip to content

Commit

Permalink
Updating contentPickerUrl (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Brown authored and AJIXuMuK committed May 14, 2021
1 parent 0769cf8 commit 9de6caa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class StockImages extends React.Component<IStockImagesProps> {
const { language } = this.props;

const themesColor = `&themecolors=${encodeURIComponent(this.getCurrentThemeConfiguration())}`;
const contentPickerUrl = `https://hubblecontent.osi.office.net/contentsvc/external/m365contentpicker/index.html?p=3&app=1001&aud=prod&channel=devmain&setlang=${language}&msel=0&env=prod&premium=1${themesColor}`;
const contentPickerUrl = `https://hubblecontent.osi.office.net/contentsvc/m365contentpicker/index.html?p=3&app=1001&aud=prod&channel=devmain&setlang=${language}&msel=0&env=prod&premium=1${themesColor}`;

return (
<div className={styles.tabContainer}>
Expand Down

0 comments on commit 9de6caa

Please sign in to comment.