Suppress false positive linting warnings for useId variables

This commit is contained in:
Muhammad Ibrahim
2025-09-29 21:08:42 +01:00
parent 1cc5254331
commit 44f90edcd2

View File

@@ -34,8 +34,8 @@ const Settings = () => {
const defaultRoleId = useId();
const githubRepoUrlId = useId();
const sshKeyPathId = useId();
const scriptFileId = useId();
const scriptContentId = useId();
const _scriptFileId = useId();
const _scriptContentId = useId();
const [formData, setFormData] = useState({
serverProtocol: "http",
serverHost: "localhost",