Skip to content

Commit 9eca242

Browse files
Merge pull request #1304 from devtron-labs/chart-store-group-permission
fix: Unable to edit chart-group with edit access
2 parents f54d4a8 + ec2d814 commit 9eca242

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/charts/ChartGroupUpdate.tsx

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

0 commit comments

Comments
 (0)