modified: apps/dispatch/app/_components/left/Report.tsx
renamed: apps/dispatch/app/api/keywords/token/route.ts -> apps/dispatch/app/api/token/route.ts modified: grafana/grafana.db
This commit is contained in:
@@ -67,12 +67,12 @@ export const Report = () => {
|
||||
>
|
||||
{!connectedUser?.length && (
|
||||
<option disabled value="default">
|
||||
Keine Chatpartner gefunden
|
||||
Kein Nutzer verbunden
|
||||
</option>
|
||||
)}
|
||||
{connectedUser?.length && (
|
||||
<option disabled value="default">
|
||||
Chatpartner auswählen
|
||||
Kein Nutzer auswählen
|
||||
</option>
|
||||
)}
|
||||
{[
|
||||
|
||||
Reference in New Issue
Block a user