-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🪟 🧹 Remove <StartWithDestination /> Component (#20943)
Removing code related to this experiment as it didn't have any impact
- Loading branch information
1 parent
5f55f25
commit 2a83aec
Showing
12 changed files
with
15 additions
and
244 deletions.
There are no files selected for viewing
5 changes: 0 additions & 5 deletions
5
airbyte-webapp/src/components/destination/DestinationForm/DestinationForm.module.scss
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 0 additions & 36 deletions
36
...rc/views/Connector/ConnectorForm/components/StartWithDestination/StartWithDestination.tsx
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
...nector/ConnectorForm/components/StartWithDestination/StartWithDestinationCard.module.scss
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
...Connector/ConnectorForm/components/StartWithDestination/StartWithDestinationCard.test.tsx
This file was deleted.
Oops, something went wrong.
42 changes: 0 additions & 42 deletions
42
...iews/Connector/ConnectorForm/components/StartWithDestination/StartWithDestinationCard.tsx
This file was deleted.
Oops, something went wrong.
61 changes: 0 additions & 61 deletions
61
...Form/components/StartWithDestination/__snapshots__/StartWithDestinationCard.test.tsx.snap
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
...ebapp/src/views/Connector/ConnectorForm/components/StartWithDestination/index.stories.tsx
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
airbyte-webapp/src/views/Connector/ConnectorForm/components/StartWithDestination/index.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
export * from "./types"; | ||
export * from "./ConnectorForm"; | ||
|
||
export { StartWithDestination } from "./components/StartWithDestination"; | ||
export { FrequentlyUsedConnectors } from "./components/FrequentlyUsedConnectors"; |