diff --git a/src/client-src/components/ConfigItem.jsx b/src/client-src/components/ConfigItem.jsx
index bfde611..ed12e03 100644
--- a/src/client-src/components/ConfigItem.jsx
+++ b/src/client-src/components/ConfigItem.jsx
@@ -6,7 +6,7 @@
* Github: https://github.com/teeteeteeteetee
* Discord: Tee#0001
*
- * Last Modified: Sunday, 7th April 2024 12:08:18 pm
+ * Last Modified: Sunday, 7th April 2024 12:25:20 pm
* Modified By: Tee (tee@stainless.love)
*
* Copyright (c) 2023 Tee, Stainless Love
@@ -40,10 +40,9 @@ export default function ConfigItem({ title, template, group, config, setConfig }
const dropdown = (id) => {
if(Object.keys(config).length > 0){
- const [value, setValue] = useState(config[group][id].value)
return (
-