Skip to content

Commit

Permalink
-[x] Not showing warning on error type warning, Text changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash Maharjan committed Jan 24, 2025
1 parent 7489829 commit c505fba
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 17 deletions.
6 changes: 3 additions & 3 deletions public/js/formbuilder.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"/js/app.js": "/js/app.js?id=110bfed2696ed9928184cf6239eb86e9",
"/js/script.js": "/js/script.js?id=4e9cd62d4bc15063cf55a68f4087ce1d",
"/js/webportal-script.js": "/js/webportal-script.js?id=b6889eeb440da68a87382405fd1dce3c",
"/js/formbuilder.js": "/js/formbuilder.js?id=5766a0a5b224cb1662d8a5d9feaf9e30",
"/js/app.js": "/js/app.js?id=8263eddcd761ba0e7f9cd4a4515b10b9",
"/js/script.js": "/js/script.js?id=2634590043379517aaa46f3c1ab8eba4",
"/js/webportal-script.js": "/js/webportal-script.js?id=a7594eb5e2990fce27f21a6f86812e6f",
"/js/formbuilder.js": "/js/formbuilder.js?id=4562ddeb02c734eaabebddb0f473ea93",
"/manifest.js": "/manifest.js?id=3ed1124c8f4dcb98acc36de67cb80349",
"/css/webportal-app.css": "/css/webportal-app.css?id=71f014dd2fe03c8a8042e36f88cfb349",
"/css/app.css": "/css/app.css?id=77cbecca26daebdbb95eed429e8a1e6e",
Expand Down
14 changes: 5 additions & 9 deletions resources/assets/js/components/BulkPublishRevalidatePopup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,12 @@
v-if="showSlideIn"
class="absolute bottom-0 left-0 w-full rounded-t-3xl bg-white p-10"
>
<div class="flex items-center gap-1 text-sm font-bold">
<div class="mt-4 flex items-center gap-1 bg-n-10 p-4 text-sm">
<svg-vue class="text-xl" icon="warning-activity" />
<p class="text-bluecoral">
Changes have been detected in the activities, we recommend
revalidating the activities to ensure data quality.
</p>
</div>
<div class="mt-4 bg-n-10 p-4 text-sm">
Changes have been detected in your activity data. Please revalidate
before continuing.
<span>
Changes have been detected in your activity data. Please
revalidate before continuing.
</span>
</div>
<div class="mt-4 flex items-center justify-end">
<ButtonComponent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,10 @@
icon="warning-activity"
/>
<a
v-if="value?.top_level_error"
v-if="
value?.top_level_error &&
value?.top_level_error !== 'warning'
"
:href="`${permalink}${key}`"
target="_blank"
class="flex items-center gap-[2px]"
Expand Down

0 comments on commit c505fba

Please sign in to comment.