Skip to content

Commit

Permalink
fix(admin-ui): implement on change feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mjatin-dev committed Sep 28, 2022
1 parent eebe7c2 commit d5c0bdf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ function ScriptListTable() {
memoPattern = event.target.value
} else if (name == 'type') {
memoType = event.target.value
makeOptions()
dispatch(getCustomScriptByType(options))
}
}
function handleGoToCustomScriptAddPage() {
Expand Down

0 comments on commit d5c0bdf

Please sign in to comment.