Browse Source

fix name of new HelpNotificationsView class

pull/91/head
Trent Larson 10 months ago
parent
commit
a6bb036ceb
  1. 2
      src/views/HelpNotificationsView.vue

2
src/views/HelpNotificationsView.vue

@ -59,7 +59,7 @@ interface Notification {
}
@Component({ components: { QuickNav } })
export default class Help extends Vue {
export default class HelpNotificationsView extends Vue {
$notify!: (notification: Notification, timeout?: number) => void;
}
</script>

Loading…
Cancel
Save