CSV import
This commit is contained in:
parent
f6831c2504
commit
182d9b8db0
|
|
@ -118,13 +118,11 @@ class SettingsList extends StatelessWidget {
|
||||||
viewModel: viewModel,
|
viewModel: viewModel,
|
||||||
),
|
),
|
||||||
*/
|
*/
|
||||||
/*
|
|
||||||
if (showAll)
|
if (showAll)
|
||||||
SettingsListTile(
|
SettingsListTile(
|
||||||
section: kSettingsImportExport,
|
section: kSettingsImportExport,
|
||||||
viewModel: viewModel,
|
viewModel: viewModel,
|
||||||
),
|
),
|
||||||
*/
|
|
||||||
if (showAll && state.userCompany.isOwner)
|
if (showAll && state.userCompany.isOwner)
|
||||||
SettingsListTile(
|
SettingsListTile(
|
||||||
section: kSettingsAccountManagement,
|
section: kSettingsAccountManagement,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue