Skip to content

Commit 9150e77

Browse files
committed
fix Cancel in dialog
1 parent 78ac095 commit 9150e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Parameter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ class Parameters extends React.Component {
265265
this.context.SetOption (options); // todo : clarify save option
266266

267267
}}
268-
handleCancel = {()=>{this.display_usable_dialog(false)}}
268+
handleCancel = {()=>{this.display_vectorstep_dialog(false)}}
269269

270270
vectorstepmmlist = {this.state.vectorspaces}
271271
title = {this.context.GetLocaleString("param.path_step")}

0 commit comments

Comments
 (0)