dashboard
dashboard copied to clipboard
DialogTitle Required? How to fix
Hola
I do:
pnpm install
pnpm approve-builds
vim .env-example
mv .env-example .env
pnpm run dev
I get this annoying error and I don't know how to get rid of the warning:

In my main project, I have the same issue — and I’m actually kind of happy it shows up here too, so I can finally figure it out.
Any ideas on how to solve it?
Cheers
References
I found this nice [issue discussion](https://github.com/nuxt/ui/issues/3215#issuecomment-2674216095).
I tried a few things to insert the title into a component, but I still can't figure it out.