diff --git a/static/scripts/socket/set.js b/static/scripts/socket/set.js
index 01c5106..08e70dd 100644
--- a/static/scripts/socket/set.js
+++ b/static/scripts/socket/set.js
@@ -259,7 +259,7 @@ class BrickSetSocket extends BrickSocket {
             this.html_input.disabled = !enabled;
         }
 
-        if (this.html_no_confim) {
+        if (!this.bulk && this.html_no_confim) {
             this.html_no_confim.disabled = !enabled;
         }