mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 16:01:42 +00:00
fix actions refresh
This commit is contained in:
@@ -201,8 +201,7 @@
|
||||
|
||||
function refreshActions(actions: TableAction[]) {
|
||||
if (!deepEqual(actions, lastActions)) {
|
||||
lastActions = [...actions]
|
||||
|
||||
lastActions = structuredClone(actions)
|
||||
updateOptions()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user