diff --git a/Modules/AnytypeCore/AnytypeCore/Utils/FeatureFlags/FeatureDescription+Flags.swift b/Modules/AnytypeCore/AnytypeCore/Utils/FeatureFlags/FeatureDescription+Flags.swift index 4bc9b76144..cadd9ae616 100644 --- a/Modules/AnytypeCore/AnytypeCore/Utils/FeatureFlags/FeatureDescription+Flags.swift +++ b/Modules/AnytypeCore/AnytypeCore/Utils/FeatureFlags/FeatureDescription+Flags.swift @@ -26,7 +26,7 @@ public extension FeatureDescription { static let showUploadStatusIndicator = FeatureDescription( title: "Show visual indicator for uploading files - IOS-5054", type: .feature(author: "vova@anytype.io", releaseVersion: "14"), - defaultValue: true + defaultValue: false ) static let newObjectSettings = FeatureDescription(