mirror of
https://github.com/sern-handler/gui
synced 2026-06-06 01:16:54 +00:00
fix: change any type to a better type
This commit is contained in:
@@ -71,7 +71,7 @@ export default function InitModal() {
|
||||
};
|
||||
|
||||
const [projectName, setProjectName] = React.useState('');
|
||||
const handleProjectNameChange = (event: any) => {
|
||||
const handleProjectNameChange = (event: ) => {
|
||||
setProjectName(event.target.value);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user