mirror of
https://github.com/christianvidalwolf-prog/Craze-Data-check.git
synced 2026-08-03 13:35:25 +02:00
fix: disable capacity columns override and fix Supabase service key fallback in API endpoints
This commit is contained in:
+1
-1
@@ -364,7 +364,7 @@ export default function App() {
|
||||
|
||||
headers.forEach((h: any, i: number) => {
|
||||
const headerText = String(h || '').toLowerCase();
|
||||
if (headerText.includes('srp') || headerText.includes('uvp') || headerText.includes('40') || headerText.includes('price')) {
|
||||
if (headerText.includes('srp') || headerText.includes('uvp') || headerText.includes('price')) {
|
||||
editableColumns.add(i);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user