fix(ui): display asterisk indicator on required field labels (#1236)

This commit is contained in:
TheCatLady
2021-03-19 20:56:56 -04:00
committed by GitHub
parent 55e1b9cd0e
commit 380d36119f
12 changed files with 29 additions and 7 deletions

View File

@@ -127,6 +127,7 @@ const NotificationsSlack: React.FC = () => {
<div className="form-row">
<label htmlFor="name" className="text-label">
{intl.formatMessage(messages.webhookUrl)}
<span className="label-required">*</span>
</label>
<div className="form-input">
<div className="form-input-field">
@@ -145,6 +146,7 @@ const NotificationsSlack: React.FC = () => {
<div className="form-row">
<span id="group-label" className="group-label">
{intl.formatMessage(messages.notificationtypes)}
<span className="label-required">*</span>
</span>
<div className="form-input">
<div className="max-w-lg">