request one_button_prompt config on refresh
parent
883c5627a7
commit
2d294aa593
File diff suppressed because one or more lines are too long
|
|
@ -283,6 +283,7 @@ class OneButtonPrompt extends React.Component {
|
||||||
<ScriptInstallComponent
|
<ScriptInstallComponent
|
||||||
onRefreshHandler={async (event: any) => {
|
onRefreshHandler={async (event: any) => {
|
||||||
console.log(`Refresh ${store.data.script_name}`)
|
console.log(`Refresh ${store.data.script_name}`)
|
||||||
|
await requestConfig()
|
||||||
await this.initScript()
|
await this.initScript()
|
||||||
}}
|
}}
|
||||||
></ScriptInstallComponent>
|
></ScriptInstallComponent>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue