Mariany Ferreira da Silva

Results 7 comments of Mariany Ferreira da Silva

Workaround: You can open the Chart using Superset Interface, load the data, and then go to your Embedded dashboard and reload it. It should work. `FROM apache/superset:4.0.2-py310` ![Screenshot 2024-08-06 at...

I believe that the filters should be loaded respecting the User Attributes, if there is any rule in dbt that filters values according to the user who is logged in...

I would like to contribute something related: the cards become disorganized or create side scrolling when reducing the screen size, affecting the user experience, making it difficult to view and...

@babel/core@npm:^7.19.6, @babel/core@npm:^7.20.12 dependency

[Live code video](https://drive.google.com/file/d/1_2k154S-Ic2gjAF7aj6Y7xDYpbs7tvLF/view?usp=share_link) I tried to reproduce this page reload issue by adding a simple HTML component in the [Sidebar](https://github.com/sumelms/frontend/blob/main/src/layouts/Default/Sidebar/index.tsx) component: ``` {mainMenuItems.map(({ label, route, icon }: MenuListItemProps) => (...

> @marianysilva So, I think that we have two things happening here: > > * When you use `as={NavLink}`, I think that you need to change `href=` with `to=`. >...