mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2025-12-01 06:55:45 +01:00
removed users table relicts
This commit is contained in:
@@ -20,6 +20,16 @@ const ShiftPlanView: React.FC = () => {
|
||||
loadShiftPlan();
|
||||
}, [id]);
|
||||
|
||||
const weekdays = [
|
||||
{ id: 1, name: 'Mo' },
|
||||
{ id: 2, name: 'Di' },
|
||||
{ id: 3, name: 'Mi' },
|
||||
{ id: 4, name: 'Do' },
|
||||
{ id: 5, name: 'Fr' },
|
||||
{ id: 6, name: 'Sa' },
|
||||
{ id: 7, name: 'So' }
|
||||
];
|
||||
|
||||
const loadShiftPlan = async () => {
|
||||
if (!id) return;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user