Updated add team website form.

This commit is contained in:
Mike Cao 2023-10-04 01:46:00 -07:00
parent c990459238
commit a14e11bae2
18 changed files with 149 additions and 129 deletions

View file

@ -1,9 +1,9 @@
import Websites from './Websites';
import WebsitesDataTable from './WebsitesDataTable';
export default function () {
if (process.env.cloudMode) {
return null;
}
return <Websites />;
return <WebsitesDataTable />;
}