Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing asset import #140

Closed
mouafus opened this issue Oct 15, 2022 · 1 comment
Closed

Missing asset import #140

mouafus opened this issue Oct 15, 2022 · 1 comment

Comments

@mouafus
Copy link
Collaborator

mouafus commented Oct 15, 2022

I tried to launch the project with docker in "run docker-compose", when building the frontend, there is this error
#0 38.79 /app/src/assets/data/Items.data.ts
#0 38.79 TypeScript error in /app/src/assets/data/Items.data.ts(24,15):
#0 38.79 Cannot find name 'report'. TS2304
#0 38.79
#0 38.79 22 | },
#0 38.79 23 | {
#0 38.79 > 24 | icon: report,
#0 38.79 | ^
#0 38.79 25 | name: LANGUAGE.home.signalerPanne,
#0 38.79 26 | link: "/add-alert",
#0 38.79 27 | },

It is a missing file, it has surely not been committed .

@Asam237
Copy link
Member

Asam237 commented Oct 15, 2022

implement here #142

@Asam237 Asam237 closed this as completed Oct 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants