feat(scheduling): persist candidate slot ordering
This commit is contained in:
@@ -811,7 +811,7 @@ export default function SchedulingPage({ settings, auth }: { settings: ApiSettin
|
||||
<EditableSlots
|
||||
slots={slots}
|
||||
disabled={!canCreateOrWrite}
|
||||
reorderable={editorMode === "create"}
|
||||
reorderable
|
||||
onAddBelow={(index) => {
|
||||
setSlots((items) => editorMode === "edit"
|
||||
? [...items, newSlot(items.length + 1, translateText)]
|
||||
|
||||
Reference in New Issue
Block a user