To set the page title for these components, use the title prop. import { List } from 'react-admin'; const PostList = () => ( <List title="All posts"> ... </List> ...
確定! 回上一頁