delete server

This commit is contained in:
Andras Bacsai
2023-05-03 10:25:44 +02:00
parent e174e2f68f
commit b69410697d
5 changed files with 34 additions and 14 deletions

View File

@@ -19,6 +19,7 @@ class FormInput extends Component
public string|null $type = 'text',
public bool $instantSave = false,
public bool $disabled = false,
public bool $hidden = false
) {
}