Add possibility to omit extensions
[MAILPOET-2658]
This commit is contained in:
committed by
Jack Kitterhing
parent
83f3729e37
commit
33948892fa
@@ -1,6 +1,6 @@
|
||||
import React, { FC } from 'react';
|
||||
import PropTypes, { InferProps } from 'prop-types';
|
||||
import Notice from 'notices/notice.tsx';
|
||||
import Notice from 'notices/notice';
|
||||
|
||||
const propTypes = {
|
||||
errors: PropTypes.arrayOf(PropTypes.shape({
|
||||
|
Reference in New Issue
Block a user