Add possibility to omit extensions

[MAILPOET-2658]
This commit is contained in:
Amine Ben hammou
2020-02-26 15:39:27 +01:00
committed by Jack Kitterhing
parent 83f3729e37
commit 33948892fa
2 changed files with 2 additions and 1 deletions

View File

@@ -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({