Refactor year management in the database layer, enhance Year model with budget field, and update UI components for year selection and dashboard display
This commit is contained in:
@@ -20,7 +20,7 @@ const config = {
|
||||
|
||||
compilerOptions: {
|
||||
warningFilter: (warning) => {
|
||||
return !warning.message.startsWith('a11y_');
|
||||
return warning.message.startsWith('a11y_');
|
||||
},
|
||||
experimental: {
|
||||
async: true
|
||||
|
||||
Reference in New Issue
Block a user