forked from MapComplete/MapComplete
Refactoring of deleteWizard
This commit is contained in:
parent
b941fb2983
commit
fd90914c35
8 changed files with 207 additions and 206 deletions
|
@ -12,7 +12,7 @@ export class RadioButton<T> extends InputElement<T> {
|
|||
constructor(
|
||||
elements: InputElement<T>[],
|
||||
options?: {
|
||||
selectFirstAsDefault?: boolean,
|
||||
selectFirstAsDefault?: true | boolean,
|
||||
dontStyle?: boolean
|
||||
}
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue