feat: add file upload and management features; enhance pagination and permissions handling
This commit is contained in:
@@ -83,7 +83,11 @@ export function CreateSessionDialog({ courseId }: Props) {
|
||||
</div>
|
||||
</div>
|
||||
<DialogFooter>
|
||||
<Button type="submit" disabled={isPending}>
|
||||
<Button
|
||||
type="submit"
|
||||
disabled={isPending}
|
||||
data-test="session-submit-btn"
|
||||
>
|
||||
{isPending ? 'Wird erstellt...' : 'Termin erstellen'}
|
||||
</Button>
|
||||
</DialogFooter>
|
||||
|
||||
Reference in New Issue
Block a user