Skip to content

Commit

Permalink
#3060-small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
caiodasilva2005 committed Dec 14, 2024
1 parent 3ffe659 commit b466c25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import NERSuccessButton from '../../../components/NERSuccessButton';
import ImageIcon from '@mui/icons-material/Image';

export interface EditLogoInput {
logoImage?: File;
logoImage: File;
}

interface EditLogoFormProps {
Expand Down

0 comments on commit b466c25

Please sign in to comment.