summaryrefslogtreecommitdiff
path: root/Assistant/Alert
diff options
context:
space:
mode:
Diffstat (limited to 'Assistant/Alert')
-rw-r--r--Assistant/Alert/Utility.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Alert/Utility.hs b/Assistant/Alert/Utility.hs
index af52a4235..db2ea1925 100644
--- a/Assistant/Alert/Utility.hs
+++ b/Assistant/Alert/Utility.hs
@@ -87,7 +87,7 @@ makeAlertFiller success alert
{ alertClass = if c == Activity then c' else c
, alertPriority = Filler
, alertClosable = True
- , alertButton = Nothing
+ , alertButtons = []
, alertIcon = Just $ if success then SuccessIcon else ErrorIcon
}
where