From 6e7b912ec61a6a791e0e8405ff6f6bd7e622a187 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Tue, 6 Jun 2017 17:24:08 -0400 Subject: PLT-4257 Add pop-up asking if user wants to reset status (#6526) * Add pop-up asking if user wants to reset status * Update test snapshot * Update prop name for old uses of confirm modal * Updating checkbox (#6586) * Updating style for checkbox (#6596) --- webapp/components/navbar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/components/navbar.jsx') diff --git a/webapp/components/navbar.jsx b/webapp/components/navbar.jsx index 6f8df3709..e488145e1 100644 --- a/webapp/components/navbar.jsx +++ b/webapp/components/navbar.jsx @@ -753,7 +753,7 @@ export default class Navbar extends React.Component { title={title} message={message} confirmButtonClass={buttonClass} - confirmButton={button} + confirmButtonText={button} onConfirm={() => ChannelActions.leaveChannel(this.state.channel.id)} onCancel={this.hideLeaveChannelModal} /> -- cgit v1.2.3-1-g7c22