fix: lint
Frontend CI / build-and-check (push) Has been cancelled
🚀 Create and publish a Docker image / Build & publish backend image (push) Has been cancelled
🚀 Create and publish a Docker image / Build & publish frontend image (push) Has been cancelled
🚀 Create and publish a Docker image / Update stack on Portainer (push) Has been cancelled
🚀 Create and publish a Docker image / Detect changes in backend and frontend (push) Has been cancelled

This commit is contained in:
2026-05-25 02:03:45 +03:00
parent de52b4ddb8
commit 24df65a13c
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<script setup lang="ts">
defineProps<{
columns: Array<{ key: string; label: string; align?: 'left' | 'center' | 'right' | string }>
rows: Record<string, any>[]
rows: Record<string, unknown>[]
}>()
</script>