🔥 refactor(genericModal/index.tsx): remove unused code that sets the value of inputValue in case 1 of myModalType
This commit is contained in:
parent
be26ed9979
commit
4e9204d884
1 changed files with 0 additions and 1 deletions
|
|
@ -284,7 +284,6 @@ export default function GenericModal({
|
|||
onClick={() => {
|
||||
switch (myModalType) {
|
||||
case 1:
|
||||
setValue(inputValue);
|
||||
setModalOpen(false);
|
||||
break;
|
||||
case 2:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue