Skip to content

Commit 327e3d0

Browse files
fixed
1 parent 1dc1b3e commit 327e3d0

File tree

1 file changed

+0
-1
lines changed
  • src/ui/layouts/stackComponents/StackDetail/Configuration

1 file changed

+0
-1
lines changed

src/ui/layouts/stackComponents/StackDetail/Configuration/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ export const Configuration: React.FC<{ stackId: TId; loading?: boolean }> = ({
5858
s.replace(/^_*(.)|_+(.)/g, (s: any, c: string, d: string) =>
5959
c ? c.toUpperCase() : ' ' + d.toUpperCase(),
6060
);
61-
console.log(secrets, 'asdasd1232323cwwcwf');
6261
const onCallApi = (updateConfig: any) => {
6362
// ;
6463
const { id }: any = workspaces.find(

0 commit comments

Comments
 (0)