@ -139,6 +141,14 @@ export default function EditStorage() {
@@ -139,6 +141,14 @@ export default function EditStorage() {
enabled: shouldDisplayForm,
});
constsaveWarning=saved?(<Alert
showIcon
message="Storage changes"
description="Your storage settings will take effect on your next stream. If you're currently streaming you'll continue to use the storage configuration previously set."
type="warning"
/>
):null;
constisSaveable=checkSaveable(formDataValues,s3);
return(
@ -211,6 +221,8 @@ export default function EditStorage() {
@@ -211,6 +221,8 @@ export default function EditStorage() {