This is an automated email from the ASF dual-hosted git repository.

clr pushed a commit to branch clr-apache-invalids
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/clr-apache-invalids by this 
push:
     new 4a6a799f Update parts.js.rb
4a6a799f is described below

commit 4a6a799f5304cb83384402c195d63834cdba3e63
Author: Craig L Russell <[email protected]>
AuthorDate: Thu Feb 5 20:14:07 2026 -0800

    Update parts.js.rb
    
    Fix typos
---
 www/secretary/workbench/views/parts.js.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/secretary/workbench/views/parts.js.rb 
b/www/secretary/workbench/views/parts.js.rb
index 3ca35a22..cf42885f 100644
--- a/www/secretary/workbench/views/parts.js.rb
+++ b/www/secretary/workbench/views/parts.js.rb
@@ -308,14 +308,14 @@ class Parts < Vue
               _li do
                 _label do
                   _input type: 'checkbox', checked: @invalid_language,
-                  onClick: -> {@invalid_public = !@invalid_language}
+                  onClick: -> {@invalid_language = !@invalid_language}
                   _span ' invalid language'
                 end
               end
               _li do
                 _label do
                   _input type: 'checkbox', checked: @invalid_form,
-                  onClick: -> {@invalid_public = !@invalid_form}
+                  onClick: -> {@invalid_form = !@invalid_form}
                   _span ' invalid form filler'
                 end
               end

Reply via email to