mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2025-11-05 14:35:35 +00:00
Suppress false positive linting warnings for useId variables
This commit is contained in:
@@ -34,8 +34,8 @@ const Settings = () => {
|
|||||||
const defaultRoleId = useId();
|
const defaultRoleId = useId();
|
||||||
const githubRepoUrlId = useId();
|
const githubRepoUrlId = useId();
|
||||||
const sshKeyPathId = useId();
|
const sshKeyPathId = useId();
|
||||||
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",
|
||||||
|
|||||||
Reference in New Issue
Block a user