lint.
Этот коммит содержится в:
@@ -13,7 +13,7 @@ import {ValueOf} from '@mattermost/types/utilities';
|
|||||||
import CreditCardSvg from 'components/common/svg_images_components/credit_card_svg';
|
import CreditCardSvg from 'components/common/svg_images_components/credit_card_svg';
|
||||||
import IconMessage from 'components/purchase_modal/icon_message';
|
import IconMessage from 'components/purchase_modal/icon_message';
|
||||||
|
|
||||||
import './submitting_page.scss'
|
import './submitting_page.scss';
|
||||||
|
|
||||||
function useConvertProgressToWaitingExplanation(progress: ValueOf<typeof SelfHostedSignupProgress>, planName: string): React.ReactNode {
|
function useConvertProgressToWaitingExplanation(progress: ValueOf<typeof SelfHostedSignupProgress>, planName: string): React.ReactNode {
|
||||||
const intl = useIntl();
|
const intl = useIntl();
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
.submitting {
|
.submitting {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
.processing {
|
.processing {
|
||||||
margin-top: 163px;
|
margin-top: 163px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
|
|
||||||
.self_hosted_expansion_success {
|
.self_hosted_expansion_success {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
.selfHostedExpansionModal__success {
|
.selfHostedExpansionModal__success {
|
||||||
margin-top: 163px;
|
margin-top: 163px;
|
||||||
}
|
}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user