mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-15 02:54:07 +00:00
Show notification when program is changed in another window
This commit is contained in:
committed by
David Lechner
parent
f721f959f0
commit
6d81da0df0
@@ -26,6 +26,7 @@ class NotificationStack extends React.Component<NotificationStackProps> {
|
||||
message={n.message}
|
||||
messageId={n.messageId}
|
||||
helpUrl={n.helpUrl}
|
||||
action={n.action}
|
||||
/>
|
||||
))}
|
||||
</Toaster>
|
||||
|
||||
Reference in New Issue
Block a user