mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2025-10-23 07:42:05 +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 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",
|
||||
|
Reference in New Issue
Block a user