Skip to content

Commit 268c588

Browse files
authored
Change the add provider page for a modal (#1186)
1 parent e1c0af2 commit 268c588

File tree

5 files changed

+429
-260
lines changed

5 files changed

+429
-260
lines changed

src/plugins/router.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -239,15 +239,6 @@ const routes = [
239239
),
240240
props: true,
241241
},
242-
{
243-
path: "addprovider",
244-
name: "addprovider",
245-
component: () =>
246-
import(
247-
/* webpackChunkName: "addprovider" */ "@/views/settings/AddProvider.vue"
248-
),
249-
props: true,
250-
},
251242
{
252243
path: "addprovider/:domain",
253244
name: "addproviderdetails",

src/views/settings/AddProvider.vue

Lines changed: 0 additions & 237 deletions
This file was deleted.

0 commit comments

Comments
 (0)