Skip to content

Commit 2ea6e22

Browse files
authored
[Bug] Command Sender Disable Param Conversion checkbox stuck (#2904)
1 parent 0ce3c12 commit 2ea6e22

File tree

1 file changed

+1
-1
lines changed
  • openc3-cosmos-init/plugins/packages/openc3-cosmos-tool-cmdsender/src/tools/CommandSender

1 file changed

+1
-1
lines changed

openc3-cosmos-init/plugins/packages/openc3-cosmos-tool-cmdsender/src/tools/CommandSender/CommandSender.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ export default {
309309
checkbox: true,
310310
checked: this.cmdRaw,
311311
command: () => {
312-
this.cmdRaw = !this.cmdRaw.checked
312+
this.cmdRaw = !this.cmdRaw
313313
},
314314
},
315315
{

0 commit comments

Comments
 (0)