Showing
1 changed file
with
3 additions
and
1 deletions
| @@ -95,8 +95,10 @@ | @@ -95,8 +95,10 @@ | ||
| 95 | openModal(true, modalParams); | 95 | openModal(true, modalParams); |
| 96 | }; | 96 | }; |
| 97 | 97 | ||
| 98 | - const handleSuccess = () => { | 98 | + const handleSuccess = ({ rest }) => { |
| 99 | getSelectOptions(); | 99 | getSelectOptions(); |
| 100 | + const { id } = rest; | ||
| 101 | + scriptId.value = id; | ||
| 100 | }; | 102 | }; |
| 101 | 103 | ||
| 102 | const handleChange = (value) => { | 104 | const handleChange = (value) => { |