Skip to content

Commit

Permalink
fix of #882
Browse files Browse the repository at this point in the history
  • Loading branch information
AJIXuMuK committed May 1, 2021
1 parent 6977ff8 commit e5f6594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controls/filePicker/StockImagesTab/StockImages.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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 e5f6594

Please sign in to comment.