qilir
Open a Modal from inside of an Action
Hi, im currently building a small internal tool and thought it would be the perfect opportunity to give Filament a try, since I thought I didn't need any custom components :D
Its my first time using either Filament or Livewire, so it might just be that this is a really stupid question.
So I added an Action to my Edit-Form that generates a Sanctum API-Token, for us to be able to use the token, I want to display the plainTextToken once after generation, preferrably in a modal.
Is there any way to open a modal that just shows the token from inside this action?
6 replies