feat: delete gh app

This commit is contained in:
Andras Bacsai
2023-05-09 10:01:57 +02:00
parent bba8b25b48
commit db92dc3636
8 changed files with 17 additions and 46 deletions

View File

@@ -10,7 +10,7 @@
<x-inputs.button type="submit">
Update
</x-inputs.button>
<x-inputs.button x-on:click="deleteEnvironment = true" isWarning>
<x-inputs.button x-on:click.prevent="deleteEnvironment = true" isWarning>
Delete
</x-inputs.button>
</form>