This is an automated email from the ASF dual-hosted git repository.
dpendrak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 22ac5e02b60 fix(deckgl): remove dataset field from Deck.gl Layer
Visibility Display controls (#37611)
22ac5e02b60 is described below
commit 22ac5e02b602c184bdcd09f725293407f67f7888
Author: Damian Pendrak <[email protected]>
AuthorDate: Mon Feb 16 11:58:23 2026 +0100
fix(deckgl): remove dataset field from Deck.gl Layer Visibility Display
controls (#37611)
---
.../src/chartCustomizations/components/DeckglLayerVisibility/index.ts | 1 +
1 file changed, 1 insertion(+)
diff --git
a/superset-frontend/src/chartCustomizations/components/DeckglLayerVisibility/index.ts
b/superset-frontend/src/chartCustomizations/components/DeckglLayerVisibility/index.ts
index 4e9630e08ce..a4127b4903b 100644
---
a/superset-frontend/src/chartCustomizations/components/DeckglLayerVisibility/index.ts
+++
b/superset-frontend/src/chartCustomizations/components/DeckglLayerVisibility/index.ts
@@ -31,6 +31,7 @@ export default class DeckglLayerVisibilityCustomizationPlugin
extends ChartPlugi
tags: [t('Deckgl'), t('Experimental')],
thumbnail: '',
enableNoResults: false,
+ datasourceCount: 0,
});
super({