[Solved]: How to Hide "download csv file example"

Hi everybody, i am working on importing a csv file, and i want to hide the "download csv file example" phrase when i click on import button. THANK YOU
Solution
ImportAction::make()
    ->modalDescription(null)
Was this page helpful?