Restore get_config function for Gallery component (#1614)

Co-authored-by: Ian Gonzalez <ian.gl@protonmail.com>
This commit is contained in:
Ian González 2022-06-21 23:26:51 -06:00 committed by GitHub
parent f1a1e79be4
commit 1334847a22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3268,6 +3268,12 @@ class Gallery(IOComponent):
}
return updated_config
def get_config(self):
return {
"value": self.value,
**IOComponent.get_config(self),
}
def postprocess(self, y):
"""
Parameters: