mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
fix(dashboard): delete button not working
This commit is contained in:
parent
3c0af3dcb4
commit
2529d1932c
@ -93,7 +93,7 @@
|
||||
<button
|
||||
type="submit"
|
||||
class="btn btn-error"
|
||||
disabled={!power || isButtonDisabled}>Delete Instance</button
|
||||
disabled={power || isButtonDisabled}>Delete Instance</button
|
||||
>
|
||||
</form>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user