File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/controls/filePicker/StockImagesTab Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export class StockImages extends React.Component<IStockImagesProps> {
18
18
const { language } = this . props ;
19
19
20
20
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 } ` ;
22
22
23
23
return (
24
24
< div className = { styles . tabContainer } >
You can’t perform that action at this time.
0 commit comments