mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
assignment group names
This commit is contained in:
@@ -89,6 +89,7 @@ export default function NewItemForm({
|
||||
item: {
|
||||
name,
|
||||
description: "",
|
||||
localAssignmentGroupName: assignmentGroup?.name ?? "",
|
||||
dueAt,
|
||||
lockAt,
|
||||
submissionTypes: settings.defaultAssignmentSubmissionTypes,
|
||||
@@ -103,6 +104,7 @@ export default function NewItemForm({
|
||||
item: {
|
||||
name,
|
||||
description: "",
|
||||
localAssignmentGroupName: assignmentGroup?.name ?? "",
|
||||
dueAt,
|
||||
lockAt,
|
||||
shuffleAnswers: true,
|
||||
|
||||
@@ -75,6 +75,7 @@ blockquote {
|
||||
|
||||
code {
|
||||
@apply font-mono text-sm bg-gray-800 px-2 py-1 rounded-md leading-tight inline-block;
|
||||
@apply text-wrap;
|
||||
}
|
||||
|
||||
p {
|
||||
|
||||
Reference in New Issue
Block a user