- improved vies and controllers for rejecting datasets with email for reviewer and editor role
Some checks failed
CI Pipeline / japa-tests (push) Failing after 1m8s
Some checks failed
CI Pipeline / japa-tests (push) Failing after 1m8s
- falsh also error via config/inertia.ts - npm updates
This commit is contained in:
parent
b06ccae603
commit
2235f3905a
12 changed files with 627 additions and 370 deletions
|
@ -24,6 +24,7 @@ export default defineConfig({
|
|||
return {
|
||||
message: ctx.session?.flashMessages.get('message'),
|
||||
warning: ctx.session?.flashMessages.get('warning'),
|
||||
error: ctx.session?.flashMessages.get('error'),
|
||||
};
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue