How can I have a two word name in the Resource Component's "name"

Viewed 17

Hello I have a resource whose "name" must be made up of two words

<Resource name="individual reports"
        list={IndividualReportsList}
        icon={FindInPageIcon} 
    />

How can I achieve this? Im using "react-admin": "^3.19.11",

Please advice

0 Answers
Related