Skip to content

Commit ec2d814

Browse files
refactor
1 parent 83225fe commit ec2d814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/charts/ChartGroupUpdate.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default function ChartGroupUpdate({}) {
8080
try {
8181
const requestBody = {
8282
id: Number(groupId),
83-
name:state.name,
83+
name: state.name,
8484
chartGroupEntries: state.charts.map((chart: ChartGroupEntry) => {
8585
const result = {
8686
...(chart.installedId ? { id: chart.installedId } : {}),

0 commit comments

Comments
 (0)