Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Song <[email protected]>
  • Loading branch information
ferothefox committed Oct 18, 2024
1 parent d2c5267 commit 1c7e5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/pages/servers/manage/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
class="flex-shrink-0"
:is-online="isServerRunning"
:is-actioning="isActioning"
:disabled="error"
:disabled="isActioning || !!error"
@action="sendPowerAction"
/>
</div>
Expand Down

0 comments on commit 1c7e5a0

Please sign in to comment.