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 fd73191 commit 57e5fb7Copy full SHA for 57e5fb7
static/gsApp/views/seerAutomation/seerAutomationProjectList.tsx
@@ -117,9 +117,9 @@ export function SeerAutomationProjectList() {
117
const project = projects.find(p => p.id === projectId);
118
if (!project) return Promise.resolve();
119
return api.requestPromise(`/projects/${organization.slug}/${project.slug}/`, {
120
- method: 'PUT',
121
- data: {autofixAutomationTuning: value},
122
- });
+ method: 'PUT',
+ data: {autofixAutomationTuning: value},
+ });
123
})
124
);
125
addSuccessMessage('Projects updated successfully');
0 commit comments