From 1f993875cf497a58d54e4952437ebfcc1bda4033 Mon Sep 17 00:00:00 2001 From: Joshua Graber Date: Mon, 18 Nov 2024 11:29:54 -0500 Subject: [PATCH] feat: add toast to create routes --- client/src/App.vue | 3 --- client/src/pages/data-source/create.vue | 6 +++++- client/src/pages/request/create.vue | 3 +++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/client/src/App.vue b/client/src/App.vue index 5cb17c92..359232fd 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -84,9 +84,6 @@ main { .pdap-toast-container { top: 120px; } -.pdap-toast { - @apply max-w-lg; -} :root { --toastify-color-light: rgb(255 253 253); diff --git a/client/src/pages/data-source/create.vue b/client/src/pages/data-source/create.vue index c77efe44..9643cf47 100644 --- a/client/src/pages/data-source/create.vue +++ b/client/src/pages/data-source/create.vue @@ -137,7 +137,7 @@ intent="primary" type="submit" > - Submit request + Submit data source