|
|
|
@ -20,7 +20,7 @@ import LoadingIndicator from "../widgets/LoadingIndicator";
|
|
|
|
|
import ContactEdit from "./ContactEdit";
|
|
|
|
|
import PageNotFound from "../PageNotFound";
|
|
|
|
|
|
|
|
|
|
import { CachedCollection, getItemNavigationUid, getDecryptCollectionsFunction, getDecryptItemsFunction } from "../Pim/helpers";
|
|
|
|
|
import { CachedCollection, getItemNavigationUid, getDecryptCollectionsFunction, getDecryptItemsFunction, PimFab } from "../Pim/helpers";
|
|
|
|
|
|
|
|
|
|
const colType = "etebase.vcard";
|
|
|
|
|
|
|
|
|
@ -133,6 +133,11 @@ export default function ContactsMain() {
|
|
|
|
|
routeResolver.getRoute("pim.contacts._id", { itemUid: getItemNavigationUid(item) })
|
|
|
|
|
)}
|
|
|
|
|
/>
|
|
|
|
|
<PimFab
|
|
|
|
|
onClick={() => history.push(
|
|
|
|
|
routeResolver.getRoute("pim.contacts.new")
|
|
|
|
|
)}
|
|
|
|
|
/>
|
|
|
|
|
</Route>
|
|
|
|
|
<Route
|
|
|
|
|
path={routeResolver.getRoute("pim.contacts.new")}
|
|
|
|
|