Skip to content

Commit

Permalink
fix(client): fixed a case when the menu tab's header would show undef…
Browse files Browse the repository at this point in the history
…ined (during a remove action)
  • Loading branch information
will-moss committed Apr 1, 2024
1 parent fc81c91 commit 8ccac12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/client/assets/js/isaiah.js
Original file line number Diff line number Diff line change
Expand Up @@ -2527,6 +2527,8 @@
* Public - Display the remove menu of the highlighted resource
*/
remove: function () {
state.menu.key = 'menu';

websocketSend({
action: `${sgetCurrentTabKey().slice(0, -1)}.menu.remove`,
args: { Resource: sgetCurrentRow() },
Expand Down

0 comments on commit 8ccac12

Please sign in to comment.