Some features are stable (GA) and enabled by default, whereas some are currently in their preliminary
Beta phase, available for early adoption.
We advise understanding the implications of each feature change before making modifications.
}
confirmText="Save changes"
onConfirm={async () => {
showSaveChangesModal(false)();
handleSaveChanges();
}}
onDismiss={showSaveChangesModal(false)}
/>