add discount
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user