mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
remove unecessary dbg print
This commit is contained in:
@@ -14,8 +14,6 @@ type Props = {
|
||||
export const PamAddFolderModal = ({ isOpen, onOpenChange, projectId, currentFolderId }: Props) => {
|
||||
const createPamFolder = useCreatePamFolder();
|
||||
|
||||
console.log({ currentFolderId });
|
||||
|
||||
const onSubmit = async (formData: Pick<TPamFolder, "name" | "description">) => {
|
||||
await createPamFolder.mutateAsync({
|
||||
...formData,
|
||||
|
||||
Reference in New Issue
Block a user