Improve desktop inspector layout

This commit is contained in:
2026-08-05 15:57:10 +02:00
parent 20fb2d29e2
commit f2757c9b1c
7 changed files with 181 additions and 131 deletions
+2
View File
@@ -40,6 +40,8 @@ class Inspector extends Component
public bool $responseSaved = false;
public bool $showEndpointSettings = false;
public function mount(WebhookEndpoint $endpoint): void
{
Gate::authorize('view', $endpoint);