button components
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div>
|
||||
@forelse ($private_keys as $private_key)
|
||||
<button wire:click='setPrivateKey({{ $private_key->id }})'>{{ $private_key->name }}</button>
|
||||
<x-inputs.button wire:click='setPrivateKey({{ $private_key->id }})'>{{ $private_key->name }}</x-inputs.button>
|
||||
@empty
|
||||
<p>No private keys found</p>
|
||||
@endforelse
|
||||
|
||||
Reference in New Issue
Block a user