Remove console log from handleShowInstructions in AdminPanel component
This commit is contained in:
parent
9c481e3ba8
commit
58b1f78ff0
@ -193,7 +193,6 @@ const AdminPanel: React.FC<AdminPanelProps> = ({
|
||||
};
|
||||
|
||||
const handleShowInstructions = (formValues: Record<string, any>) => {
|
||||
console.log("Form submitted with values:", formValues);
|
||||
setIsAddSSOModalVisible(false);
|
||||
setIsInstructionsModalVisible(true);
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user