Skip to content

Commit e5ea79a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

127-
$.export("$summary", `Successfully created group with ID: ${response.id}`);
127+
$.export("$summary", `Successfully created data connection with ID: ${response.id}`);
128128
return response;
129129
},
130130
};

0 commit comments

Comments
 (0)