WIP
This commit is contained in:
@@ -146,8 +146,7 @@ export const CoursePicker = forwardRef<HTMLInputElement, CoursePickerProps>(
|
||||
id,
|
||||
name,
|
||||
access_period,
|
||||
metadata__unit_price: unit_price,
|
||||
matches
|
||||
metadata__unit_price: unit_price
|
||||
}) => {
|
||||
return (
|
||||
<CommandItem
|
||||
|
||||
@@ -73,7 +73,7 @@ import {
|
||||
import { ScheduledForInput } from './scheduled-for'
|
||||
import { UserPicker } from './user-picker'
|
||||
|
||||
const emptyRow = {
|
||||
export const emptyRow = {
|
||||
user: undefined,
|
||||
course: undefined,
|
||||
scheduled_for: undefined
|
||||
@@ -393,7 +393,7 @@ export default function Route({
|
||||
)
|
||||
}
|
||||
|
||||
function DuplicateRowMultipleTimes({
|
||||
export function DuplicateRowMultipleTimes({
|
||||
index,
|
||||
duplicateRow
|
||||
}: {
|
||||
|
||||
Reference in New Issue
Block a user