Open marty-sullivan opened 3 months ago
In a similar situation, could we add back the ability to disable the feedback buttons.
I have hidden the feedback buttons using this way.
public/style.css
.css-1d7zxcn {
display: none !important;
}
I have hidden the feedback buttons using this way.
public/style.css
.css-1d7zxcn { display: none !important; }
The css identifier was not exactly the same for me. But the idea worked like a charm !
I am not planning on using the Literal AI integration. However, even with data persistence disabled, the human feedback buttons show up in the UI and cause an error if the user interacts with them. Is there a way I can hide or disable these buttons?