From 3c54c0c55f596ea191cee7c8ca2a34fe2d075999 Mon Sep 17 00:00:00 2001 From: BSd3v Date: Thu, 31 Aug 2023 11:05:10 -0400 Subject: [PATCH] fixing for lint --- src/lib/fragments/AgGrid.react.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/fragments/AgGrid.react.js b/src/lib/fragments/AgGrid.react.js index 2b028724..2fba0b48 100644 --- a/src/lib/fragments/AgGrid.react.js +++ b/src/lib/fragments/AgGrid.react.js @@ -414,7 +414,7 @@ export default class DashAgGrid extends Component { : this.callbackGetDetail; } if ('detailGridOptions' in value) { - value['detailGridOptions']['components'] = this.state.components + value.detailGridOptions.components = this.state.components; } return this.convertAllProps(value); }