Skip to content

Commit

Permalink
feat: updated notification title (#443)
Browse files Browse the repository at this point in the history
Signed-off-by: Karan Singh Thakur <[email protected]>

Signed-off-by: Karan Singh Thakur <[email protected]>
  • Loading branch information
thisiskaransgit authored Jan 11, 2023
1 parent b8270a2 commit 3ff80e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flint.ui/src/components/Datepicker/DatepickerPoint.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default {
if (date_diff.value < 0) {
useToast({
type: 'error',
title: 'Error',
title: 'Invalid Start Date',
message: 'Start date should be lesser than end date',
time: 5000
})
Expand All @@ -83,7 +83,7 @@ export default {
if (date_diff.value < 0) {
useToast({
type: 'error',
title: 'Error',
title: 'Invalid End Date',
message: 'End date should be greater than start date.',
time: 5000
})
Expand Down

1 comment on commit 3ff80e6

@vercel
Copy link

@vercel vercel bot commented on 3ff80e6 Jan 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

flint-ui – ./flint.ui

flint-ui-git-master-moja-global.vercel.app
flint-ui-moja-global.vercel.app
flint-ui.vercel.app

Please sign in to comment.