Skip to content

Commit

Permalink
Fix icons (#3493)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamakase committed May 20, 2021
1 parent 5ea454a commit 4205f09
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ const SettingsView: React.FC<IProps> = ({
onAfterSaveSchema,
connectionId,
frequencyText,
destinationDefinition,
sourceDefinition,
}) => {
const [isModalOpen, setIsUpdateModalOpen] = useState(false);
const [activeUpdatingSchemaMode, setActiveUpdatingSchemaMode] = useState(
Expand Down Expand Up @@ -228,6 +230,8 @@ const SettingsView: React.FC<IProps> = ({
editSchemeMode={activeUpdatingSchemaMode}
isLoading={isLoading}
additionalSchemaControl={UpdateSchemaButton()}
destinationIcon={destinationDefinition?.icon}
sourceIcon={sourceDefinition?.icon}
/>
) : (
<LoadingSchema />
Expand Down

0 comments on commit 4205f09

Please sign in to comment.