This commit is contained in:
2026-01-26 22:26:59 -03:00
parent 6574c6b5e6
commit a9d5ba1352
3 changed files with 229 additions and 9 deletions

View File

@@ -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
}: {