You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
topic edit modal: Add "disabled" prop to ZulipTextButton
Previously, callers of ZulipTextButton haven't needed a "disabled" prop.
We're adding one now to 1) prevent users from submitting an empty field
in the new topic edit UI and to 2) visually indicate the text button
is disabled. It's also generally useful to have a "disabled" prop on a button.
0 commit comments