Skip to content

Commit

Permalink
Fix [Functions] expanded rows data is not updated after Refresh (#2488)
Browse files Browse the repository at this point in the history
  • Loading branch information
mavdryk authored May 28, 2024
1 parent 69b73a3 commit 7fd36e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/FunctionsPage/Functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ const Functions = ({
filters => {
setFunctions([])
setSelectedFunction({})
setSelectedRowData({})

return fetchData(filters)
},
Expand Down

0 comments on commit 7fd36e3

Please sign in to comment.