White button on login

I created a login but when I show my application in desktop view it shows me a white button, which shows me data from one of the tables that I have in the system, does anyone know how to disable that button or how to hide it?

image.png
Subsequently it shows me data from my department table and I do not want to show any data

Jmachuca2024_0-1708719109572.png

 

Solved Solved
0 2 68
1 ACCEPTED SOLUTION

Hello!

Although in new apps the new desktop layout is activated by default, it's still in preview and may show some bugs, like your blank button.
If it's a production app would be better to disable

https://www.googlecloudcommunity.com/gc/Announcements/In-Preview-New-UI-design-for-desktop-users/m-p...

In regards to show your table of departaments you could hide the view, putting the condition FALSE in show, or even better put a condition on the security filter of the departament tables to only you email for example.

View solution in original post

2 REPLIES 2

Hello!

Although in new apps the new desktop layout is activated by default, it's still in preview and may show some bugs, like your blank button.
If it's a production app would be better to disable

https://www.googlecloudcommunity.com/gc/Announcements/In-Preview-New-UI-design-for-desktop-users/m-p...

In regards to show your table of departaments you could hide the view, putting the condition FALSE in show, or even better put a condition on the security filter of the departament tables to only you email for example.

Thank you very much for the help, I put the application in mobile device view and it is a good solution, just like when I tried entering a slice it also worked, but only to hide this data, not the button.

Top Labels in this Space