Fix: add channel edit notice
This commit is contained in:
parent
50bea913ec
commit
2d602bc1a1
1 changed files with 3 additions and 0 deletions
|
@ -198,6 +198,9 @@ function ChannelForm(props: Props) {
|
||||||
<Button button="primary" label={__('Submit')} onClick={handleSubmit} />
|
<Button button="primary" label={__('Submit')} onClick={handleSubmit} />
|
||||||
<Button button="link" label={__('Cancel')} navigate={`$/${PAGES.CHANNELS}`} />
|
<Button button="link" label={__('Cancel')} navigate={`$/${PAGES.CHANNELS}`} />
|
||||||
</div>
|
</div>
|
||||||
|
<p className="help">
|
||||||
|
{__('After submitting, you will not see the changes immediately. Please check back in a few minutes.')}
|
||||||
|
</p>
|
||||||
</section>
|
</section>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue