Skip to content
Snippets Groups Projects
Commit 0a58deee authored by Sameer Al-Sakran's avatar Sameer Al-Sakran
Browse files

since an aggregation isnt used initially dont make it requred

parent 498d3b24
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ export default class AggregationWidget extends Component {
}
static propTypes = {
aggregation: PropTypes.array.isRequired,
aggregation: PropTypes.array,
tableMetadata: PropTypes.object.isRequired,
customFields: PropTypes.object,
updateAggregation: PropTypes.func.isRequired
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment