Skip to content

Commit 83b02b9

Browse files
Update components/hex/actions/edit-data-connection/edit-data-connection.mjs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent e5ea79a commit 83b02b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/hex/actions/edit-data-connection/edit-data-connection.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export default {
126126
},
127127
});
128128

129-
$.export("$summary", `Successfully created group with ID: ${response.id}`);
129+
$.export("$summary", `Successfully updated data connection with ID: ${response.id}`);
130130
return response;
131131
},
132132
};

0 commit comments

Comments
 (0)