mirror of
https://github.com/pelican-dev/panel.git
synced 2025-12-19 20:21:20 +01:00
Fix CreateWebhookConfiguration HeaderActions (#1979)
This commit is contained in:
parent
57c4172c74
commit
091ca5447a
@ -25,9 +25,11 @@ class CreateWebhookConfiguration extends CreateRecord
|
||||
{
|
||||
return [
|
||||
$this->getCancelFormAction()->formId('form')
|
||||
->iconButton()->iconSize(IconSize::ExtraLarge),
|
||||
->iconButton()->iconSize(IconSize::ExtraLarge)
|
||||
->icon('tabler-arrow-left'),
|
||||
$this->getCreateFormAction()->formId('form')
|
||||
->iconButton()->iconSize(IconSize::ExtraLarge),
|
||||
->iconButton()->iconSize(IconSize::ExtraLarge)
|
||||
->icon('tabler-file-plus'),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user