mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: disable old import type (#6089)
This commit is contained in:
parent
b77fdb8424
commit
c4cdcbff73
@ -48,6 +48,8 @@ enum ImportType {
|
||||
|
||||
bool get enableOnRelease {
|
||||
switch (this) {
|
||||
case ImportType.historyDatabase:
|
||||
case ImportType.historyDocument:
|
||||
case ImportType.databaseRawData:
|
||||
return kDebugMode;
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user