Skip to content

Commit 9c970c5

Browse files
committed
fix: show settings change events in timeline again (#13917)
1 parent b886328 commit 9c970c5

File tree

1 file changed

+0
-1
lines changed
  • airbyte-webapp/src/pages/connections/ConnectionTimelinePage

1 file changed

+0
-1
lines changed

airbyte-webapp/src/pages/connections/ConnectionTimelinePage/types.ts

-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ export const patchFields = Object.keys(connectionSettingsUpdateEventSummaryPatch
232232
>;
233233

234234
export const connectionSettingsUpdateEventSummarySchema = yup.object({
235-
startTimeEpochSeconds: yup.number().required(),
236235
patches: yup
237236
.object(connectionSettingsUpdateEventSummaryPatchesShape)
238237
// ensure that at least one of the known patch fields is present

0 commit comments

Comments
 (0)