Tweak message size placeholder and notifications

This commit is contained in:
Gregory Schier
2026-06-30 09:44:11 -07:00
parent bbdfbcb9ca
commit 420c6e2c4a
3 changed files with 13 additions and 6 deletions
@@ -435,7 +435,7 @@ function MessageSizeSettingRow({
: inheritedValue
: setting;
const displayValue = formatMegabytes(value);
const placeholder = formatMegabytes(settingDefinition.defaultValue);
const placeholder = "0";
if (!inherited) {
return (