fix: [app] Fixed typo
This commit is contained in:
parent
ebbadb0aeb
commit
96de286ad6
2 changed files with 2 additions and 1 deletions
1
db.py
1
db.py
|
@ -17,4 +17,5 @@ NOTIFICATION_BUFFER_SIZE = 30
|
|||
NOTIFICATION_MESSAGES = collections.deque([], NOTIFICATION_BUFFER_SIZE)
|
||||
|
||||
def resetNotificationMessage():
|
||||
global NOTIFICATION_MESSAGES
|
||||
NOTIFICATION_MESSAGES = collections.deque([], NOTIFICATION_BUFFER_SIZE)
|
|
@ -56,7 +56,7 @@
|
|||
class="h-10 min-h-10 px-2 py-1 font-semibold bg-amber-600 text-slate-200 hover:bg-amber-700 btn btn-sm"
|
||||
>
|
||||
<FontAwesomeIcon :icon="faBan" class=""></FontAwesomeIcon>
|
||||
Reset All Exercises
|
||||
Clear Live Logs
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue