mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-24 01:28:24 +00:00
chore: disable old import type (#6089)
This commit is contained in:
parent
b77fdb8424
commit
c4cdcbff73
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue