MCPcopy
hub / github.com/chartbrew/chartbrew / _onShowField

Function _onShowField

client/src/components/TableConfiguration.jsx:50–55  ·  view source on GitHub ↗
(field)

Source from the content-addressed store, hash-verified

48 };
49
50 const _onShowField = (field) => {
51 const excludedFields = cloneDeep(dataset.excludedFields) || [];
52 const index = indexOf(excludedFields, field);
53 excludedFields.splice(index, 1);
54 onUpdate({ excludedFields });
55 };
56
57 const _onDragStateClicked = () => {
58 setIsDragState(!isDragState);

Callers 1

TableConfigurationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected