Skip to content

Commit

Permalink
Merge pull request #365 from Chrisrb05/stockimages404bug
Browse files Browse the repository at this point in the history
Updating contentPickerUrl (#364)
  • Loading branch information
AJIXuMuK authored May 14, 2021
2 parents 5557d64 + 2cb4a93 commit bd6fe96
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 bd6fe96

Please sign in to comment.