We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 471315f commit e12f91aCopy full SHA for e12f91a
src/components/mainView/subComponents/ForbidAutogrowth.js
@@ -104,6 +104,12 @@ const ForbidAutogrowth = (props) => {
104
)}
105
<p data-testid="forbidAutogrowthConfirmText">
106
Do you want to <strong>{autogrowthForbidden ? "disable" : "enable"}</strong> Pay-As-You-Go?
107
+ {autogrowthForbidden && (
108
+ <div className="text-sm mt-2">
109
+ Disabling will limit your available quota to either your existing commitments or your current usage,
110
+ whichever value is greater.
111
+ </div>
112
+ )}
113
</p>
114
</Modal>
115
</>
0 commit comments