Skip to content

Commit

Permalink
馃獰 馃帀 Enable frontend validation for <1hr syncs (cloud) #19028
Browse files Browse the repository at this point in the history
  • Loading branch information
josephkmh committed Nov 8, 2022
1 parent 1a608f8 commit 7067977
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions airbyte-webapp/src/packages/cloud/App.tsx
Expand Up @@ -37,13 +37,7 @@ const Services: React.FC<React.PropsWithChildren<unknown>> = ({ children }) => (
<ConfirmationModalService>
<ModalServiceProvider>
<FormChangeTrackerService>
<FeatureService
features={[
FeatureItem.AllowOAuthConnector,
FeatureItem.AllowSync,
FeatureItem.AllowSyncSubOneHourCronExpressions,
]}
>
<FeatureService features={[FeatureItem.AllowOAuthConnector, FeatureItem.AllowSync]}>
<AppServicesProvider>
<AuthenticationProvider>
<HelmetProvider>
Expand Down

0 comments on commit 7067977

Please sign in to comment.