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