Fix: add channel edit notice

This commit is contained in:
Thomas Zarebczan 2019-12-16 22:53:49 -05:00 committed by Sean Yesmunt
parent 50bea913ec
commit 2d602bc1a1

View file

@ -198,6 +198,9 @@ function ChannelForm(props: Props) {
<Button button="primary" label={__('Submit')} onClick={handleSubmit} />
<Button button="link" label={__('Cancel')} navigate={`$/${PAGES.CHANNELS}`} />
</div>
<p className="help">
{__('After submitting, you will not see the changes immediately. Please check back in a few minutes.')}
</p>
</section>
);
}