rename status file for clarity; temp style fix for streamkey actions

This commit is contained in:
gingervitis
2021-02-01 00:36:27 -08:00
parent a69cfd7abf
commit 3488a259bd
9 changed files with 77 additions and 45 deletions

View File

@@ -7,7 +7,7 @@ import {
STATUS_PROCESSING,
STATUS_SUCCESS,
} from '../../../utils/input-statuses';
import InputStatusInfo from './input-status-info';
import FormStatusIndicator from './form-status-indicator';
import { RESET_TIMEOUT, postConfigUpdateToAPI } from './constants';
@@ -76,7 +76,7 @@ export default function ToggleSwitch(props: ToggleSwitchProps) {
{label} <InfoTip tip={tip} />
</span>
</div>
<InputStatusInfo status={submitStatus} />
<FormStatusIndicator status={submitStatus} />
</div>
);
}