Skip to content

Commit be4e4f8

Browse files
committed
fix of #882
1 parent d9441a2 commit be4e4f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controls/filePicker/StockImagesTab/StockImages.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export class StockImages extends React.Component<IStockImagesProps> {
1818
const { language } = this.props;
1919

2020
const themesColor = `&themecolors=${encodeURIComponent(this.getCurrentThemeConfiguration())}`;
21-
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}`;
21+
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}`;
2222

2323
return (
2424
<div className={styles.tabContainer}>

0 commit comments

Comments
 (0)