This commit is contained in:
Gabe Kangas
2021-11-15 12:22:45 -08:00
parent 3a55fc467d
commit 59f0fce728
2 changed files with 2 additions and 2 deletions

View File

@@ -167,7 +167,7 @@ export default function EditStorage() {
<ToggleSwitch
apiPath=""
fieldName="enabled"
label="Storage Enabled"
label="Use S3 Storage Provider"
checked={formDataValues.enabled}
onChange={handleSwitchChange}
/>