Skip to content

Commit ae69734

Browse files
rschuchmannfproske
authored andcommitted
[tab comparison] fix "close all scenarios" button triggers removal before user confirmation
1 parent 31afb53 commit ae69734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/scen_compare.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ output$active_tab_actions_ui <- renderUI({
7171
class = "header-close-button-wrapper",
7272
tags$a(
7373
id = "btCmpTabCloseAll", href = "#",
74-
class = "btn btn-default bt-icon action-button",
74+
class = "btn btn-default bt-icon",
7575
title = lang$nav$scen$btCloseAll,
7676
onclick = paste0(
7777
"Miro.confirmModalShow('",

0 commit comments

Comments
 (0)