forked from MapComplete/MapComplete
Formatting and style tweaks
This commit is contained in:
parent
80533597c1
commit
dcfcc9a5d7
8 changed files with 100 additions and 41 deletions
|
|
@ -90,7 +90,7 @@ export default class DeleteWizard extends Toggle {
|
|||
config,
|
||||
state,
|
||||
{
|
||||
cancelButton: cancelButton,
|
||||
cancelButton,
|
||||
/*Using a custom save button constructor erases all logic to actually save, so we have to listen for the click!*/
|
||||
saveButtonConstr: (v) => DeleteWizard.constructConfirmButton(v).onClick(() => {
|
||||
doDelete(v.data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue