add discount

This commit is contained in:
2025-12-24 01:40:07 -03:00
parent 1a59ad9e91
commit 2459bafc5d
16 changed files with 423 additions and 132 deletions

View File

@@ -65,7 +65,6 @@ import {
MAX_ITEMS,
formSchema,
type Schema,
type Course,
type User,
type Enrolled
} from './data'
@@ -405,7 +404,7 @@ function DuplicateRowMultipleTimes({
</Button>
</PopoverTrigger>
<PopoverContent align={isMobile ? 'start' : 'end'} className="w-82">
<PopoverContent align={isMobile ? 'center' : 'end'} className="w-82">
<form
onSubmit={(e) => {
e.stopPropagation()