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 {
|
bool get enableOnRelease {
|
||||||
switch (this) {
|
switch (this) {
|
||||||
|
case ImportType.historyDatabase:
|
||||||
|
case ImportType.historyDocument:
|
||||||
case ImportType.databaseRawData:
|
case ImportType.databaseRawData:
|
||||||
return kDebugMode;
|
return kDebugMode;
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user