fix some lint warning message

This commit is contained in:
mgold1234 2023-11-14 11:12:24 +02:00 committed by Klara Simickova
parent 2bdb8c6fcc
commit b8c634eac0
5 changed files with 6 additions and 8 deletions

View file

@ -63,7 +63,7 @@ const generateRequests = (
type RegionsSelectPropTypes = {
composeId: string;
handleClose: any;
handleClose: () => void;
};
const RegionsSelect = ({ composeId, handleClose }: RegionsSelectPropTypes) => {