Closed HeriLFIU closed 2 months ago
Closes #83
Some buttons were using the old on_clickinstead of the new @click. These buttons were updated accordingly to use the new @click.
on_click
@click
The buttons were pressed and they functioned as should.
Closes #83
Summary
Some buttons were using the old
on_click
instead of the new@click
. These buttons were updated accordingly to use the new@click
.Local Tests
The buttons were pressed and they functioned as should.