Skip to content

Commit

Permalink
Remove Prepping Database Alert
Browse files Browse the repository at this point in the history
  • Loading branch information
dwaring87 committed Mar 1, 2020
1 parent fdc6645 commit 758b008
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 48 deletions.
7 changes: 1 addition & 6 deletions src/components/app/App.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<template>
<v-app>

<!-- PREPPING DATABASE ALERT -->
<rt-prepping-database-alert :visible="preppingDatabase"></rt-prepping-database-alert>

<!-- NAVIGATION DRAWER -->
<v-navigation-drawer mobile-break-point="960" width="250" v-model="drawerVisible" clipped app>
<rt-drawer-menu
Expand Down Expand Up @@ -168,7 +165,6 @@
const ProgressDialog = require("@/components/app/ProgressDialog.vue").default;
const Snackbar = require("@/components/app/Snackbar.vue").default;
const OfflineAlert = require("@/components/app/OfflineAlert.vue").default;
const PreppingDatabaseAlert = require("@/components/app/PreppingDatabaseAlert.vue").default;
const MANIFEST = require("@/manifest.json");
Expand Down Expand Up @@ -699,8 +695,7 @@
'rt-confirmation-dialog': ConfirmationDialog,
'rt-progress-dialog': ProgressDialog,
'rt-snackbar': Snackbar,
'rt-offline-alert': OfflineAlert,
'rt-prepping-database-alert': PreppingDatabaseAlert
'rt-offline-alert': OfflineAlert
},
Expand Down
42 changes: 0 additions & 42 deletions src/components/app/PreppingDatabaseAlert.vue

This file was deleted.

0 comments on commit 758b008

Please sign in to comment.