fix drop actions

This commit is contained in:
Cayo Puigdefabregas 2025-02-14 14:25:54 +01:00
parent 28479fb871
commit 73a582aeb3

View file

@ -20,3 +20,7 @@ class Build(BuildMix):
def _get_components(self):
self.components = self.json.get("components", [])
self.device.pop("actions", None)
for c in self.components:
c.pop("actions", None)