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.
2 parents f54d4a8 + ec2d814 commit 9eca242Copy full SHA for 9eca242
src/components/charts/ChartGroupUpdate.tsx
@@ -80,6 +80,7 @@ export default function ChartGroupUpdate({}) {
80
try {
81
const requestBody = {
82
id: Number(groupId),
83
+ name: state.name,
84
chartGroupEntries: state.charts.map((chart: ChartGroupEntry) => {
85
const result = {
86
...(chart.installedId ? { id: chart.installedId } : {}),
0 commit comments