Skip to content

Commit 0d7afbf

Browse files
committed
Merge branch 'master' into angular-15
2 parents 0b443b9 + 23bb5e8 commit 0d7afbf

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/plotly/src/lib/plotly-via-cdn.module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class PlotlyViaCDNModule {
3333
PlotlyViaCDNModule.plotlyVersion = version;
3434
}
3535

36-
public static setPlotlyBundle(bundle: PlotlyBundleName | null): void {
36+
public static setPlotlyBundle(bundle: PlotlyBundleName): void {
3737
const isOk = bundle === null || PlotlyViaCDNModule.plotlyBundleNames.indexOf(bundle) >= 0;
3838
if (!isOk) {
3939
const names = PlotlyViaCDNModule.plotlyBundleNames.map(n => `"${n}"`).join(', ');

0 commit comments

Comments
 (0)