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 1dc1b3e commit 327e3d0Copy full SHA for 327e3d0
src/ui/layouts/stackComponents/StackDetail/Configuration/index.tsx
@@ -58,7 +58,6 @@ export const Configuration: React.FC<{ stackId: TId; loading?: boolean }> = ({
58
s.replace(/^_*(.)|_+(.)/g, (s: any, c: string, d: string) =>
59
c ? c.toUpperCase() : ' ' + d.toUpperCase(),
60
);
61
- console.log(secrets, 'asdasd1232323cwwcwf');
62
const onCallApi = (updateConfig: any) => {
63
// ;
64
const { id }: any = workspaces.find(
0 commit comments