Replaced SettingsTable with DataTable.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import WebsitesList from 'app/(app)/settings/websites/WebsitesList';
|
||||
import Websites from './Websites';
|
||||
|
||||
export default function () {
|
||||
if (process.env.cloudMode) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return <WebsitesList />;
|
||||
return <Websites />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user