WIP
This commit is contained in:
@@ -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