- {editFolderName?.edit && !isUpdatingFolder ? (
-
- ) : (
-
- {item.name}
-
- )}
+
{
+ handleDoubleClick(event, item);
+ }}
+ className="flex w-full items-center justify-between gap-2"
+ >
+
+ {editFolderName?.edit && !isUpdatingFolder ? (
+
+ ) : (
+
+ {item.name}
+
+ )}
+
+
+
e.stopPropagation()} // Prevent click from triggering parent button
+ >
-
+
);
})
diff --git a/src/frontend/src/icons/AWS/AWS.jsx b/src/frontend/src/icons/AWS/AWS.jsx
index 7e1a2526e..c78fcac5c 100644
--- a/src/frontend/src/icons/AWS/AWS.jsx
+++ b/src/frontend/src/icons/AWS/AWS.jsx
@@ -1,3 +1,5 @@
+import { stringToBool } from "@/utils/utils";
+
const SvgAWS = (props) => (