Fix lougout-Zeit

This commit is contained in:
PxlLoewe
2025-07-10 23:41:39 -07:00
parent 879c422366
commit 446391679c
6 changed files with 17 additions and 10 deletions

View File

@@ -1,3 +1,4 @@
"use client";
import { DatabaseBackupIcon } from "lucide-react";
import { PaginatedTable } from "../../../_components/PaginatedTable";
import Link from "next/link";

View File

@@ -10,7 +10,7 @@ const page = () => {
<>
<PaginatedTable
prismaModel="station"
searchFields={["bosCallsign", "bosUse", "country", "operator"]}
searchFields={["bosCallsign", "operator"]}
columns={
[
{