feat: enhance accessibility and testing with data-test attributes and improve error handling
This commit is contained in:
@@ -23,6 +23,14 @@ const namespaces = [
|
||||
'verband',
|
||||
'members',
|
||||
'fischerei',
|
||||
'meetings',
|
||||
'courses',
|
||||
'finance',
|
||||
'newsletter',
|
||||
'siteBuilder',
|
||||
'events',
|
||||
'documents',
|
||||
'bookings',
|
||||
] as const;
|
||||
|
||||
const isDevelopment = process.env.NODE_ENV === 'development';
|
||||
|
||||
Reference in New Issue
Block a user