set default list view
This commit is contained in:
parent
b2e1fbcf95
commit
353238fd60
@ -19,7 +19,7 @@ const Directory = () => {
|
||||
const [ContatList, setContactList] = useState([]);
|
||||
const [contactCategories, setContactCategories] = useState([]);
|
||||
const [ searchText, setSearchText ] = useState( "" );
|
||||
const [listView, setListView] = useState(false);
|
||||
const [listView, setListView] = useState(true);
|
||||
|
||||
const { contacts, loading } = useDirectory();
|
||||
const { contactCategory, loading: contactCategoryLoading } =
|
||||
|
Loading…
x
Reference in New Issue
Block a user