diff --git a/public/react/src/context/TPIContextProvider.js b/public/react/src/context/TPIContextProvider.js index 3984215b..3206d4f8 100644 --- a/public/react/src/context/TPIContextProvider.js +++ b/public/react/src/context/TPIContextProvider.js @@ -661,7 +661,7 @@ pop_box_new(htmlvalue, 480, 182); // gDialogOpen: true // }) } - handleGdialogClose() { + handleGdialogClose = () => { this.setState({ gDialogOpen: false })