lint.
Этот коммит содержится в:
@@ -56,7 +56,7 @@ const DeleteFeedbackModal = (props: Props) => {
|
|||||||
defaultMessage: 'Moving to hosting my own Mattermost instance (self-hosted)',
|
defaultMessage: 'Moving to hosting my own Mattermost instance (self-hosted)',
|
||||||
}),
|
}),
|
||||||
submissionValue: 'Moving to hosting my own Mattermost instance (self-hosted)',
|
submissionValue: 'Moving to hosting my own Mattermost instance (self-hosted)',
|
||||||
}
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
@@ -14,12 +14,11 @@ import RadioButtonGroup from 'components/common/radio_group';
|
|||||||
import {ModalIdentifiers} from 'utils/constants';
|
import {ModalIdentifiers} from 'utils/constants';
|
||||||
|
|
||||||
import './feedback.scss';
|
import './feedback.scss';
|
||||||
import {string} from 'yargs';
|
|
||||||
|
|
||||||
export interface FeedbackOption {
|
export interface FeedbackOption {
|
||||||
translatedMessage: string;
|
translatedMessage: string;
|
||||||
submissionValue: string;
|
submissionValue: string;
|
||||||
};
|
}
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
onSubmit: (deleteFeedback: Feedback) => void;
|
onSubmit: (deleteFeedback: Feedback) => void;
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user