Revert Changes

This commit is contained in:
Cameron Thompson
2024-07-14 12:23:25 -04:00
committed by GitHub
parent 435c472b16
commit ca190cebd1

View File

@@ -104,7 +104,7 @@
placeholder="ATI"
aria-describedby="atCommandInput"
x-model="atcmd"
@keydown.enter="sendUserATCommand()"
@keydown.enter="sendATCommand()"
/>
<div id="atCommandInputHelper" class="form-text">
Seperate multiple commands with comma (,).
@@ -116,7 +116,7 @@
<button
class="btn btn-primary me-md-2"
type="button"
@click="sendUserATCommand()"
@click="sendATCommand()"
:disabled="isLoading"
>
Submit