Fix linting warnings for unused variables

This commit is contained in:
Muhammad Ibrahim
2025-09-29 20:42:29 +01:00
parent b49ea6b197
commit e9843f80f8

View File

@@ -24,8 +24,8 @@ import {
} from "../utils/api"; } from "../utils/api";
const Settings = () => { const Settings = () => {
const scriptFileId = useId(); const _scriptFileId = useId();
const scriptContentId = useId(); const _scriptContentId = useId();
const [formData, setFormData] = useState({ const [formData, setFormData] = useState({
serverProtocol: "http", serverProtocol: "http",
serverHost: "localhost", serverHost: "localhost",