We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83225fe commit ec2d814Copy full SHA for ec2d814
src/components/charts/ChartGroupUpdate.tsx
@@ -80,7 +80,7 @@ export default function ChartGroupUpdate({}) {
80
try {
81
const requestBody = {
82
id: Number(groupId),
83
- name:state.name,
+ name: state.name,
84
chartGroupEntries: state.charts.map((chart: ChartGroupEntry) => {
85
const result = {
86
...(chart.installedId ? { id: chart.installedId } : {}),
0 commit comments