feat: migrate env variables to polymorphic relationship
fix: proxy status query ui
This commit is contained in:
@@ -15,7 +15,8 @@ class Button extends Component
|
||||
public bool $disabled = false,
|
||||
public bool $noStyle = false,
|
||||
public ?string $modalId = null,
|
||||
public string $defaultClass = 'button'
|
||||
public string $defaultClass = 'button',
|
||||
public bool $showLoadingIndicator = true,
|
||||
) {
|
||||
if ($this->noStyle) {
|
||||
$this->defaultClass = '';
|
||||
|
||||
Reference in New Issue
Block a user