mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
removed unused useState hook
Signed-off-by: Andrii Podriez <andrey5577990@gmail.com>
This commit is contained in:
parent
9ad6467c80
commit
b00db1f1d8
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ import { useGetScenariosQuery } from '../../../store/apiSlice';
|
|||
|
||||
const AddScenarioMappingDialog = ({isDialogOpened, onClose, mappings}) => {
|
||||
|
||||
const [name, setName] = useState('');
|
||||
const [isValid, setIsValid] = useState(false);
|
||||
const [selectedOption, setSelectedOption] = useState('addUsersToScenario');
|
||||
const [selectedScenarioID, setSelectedScenarioID] = useState('');
|
||||
|
|
Loading…
Add table
Reference in a new issue