Skip to content

Commit

Permalink
chore: revert not related code
Browse files Browse the repository at this point in the history
  • Loading branch information
siriuswh0327 committed Oct 23, 2023
1 parent 60cbbdd commit 339616d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const SyncTaskForm: React.FC<SyncTaskFormProps> = ({
const [dbType, setDbType] = useState('');
const [source, setSource] = useState('');
const {
loading: getTaskSourceListLoading,
updateTaskSourceList,
generateTaskSourceSelectOption,
generateTaskSourceDbTypesSelectOption
Expand Down Expand Up @@ -174,7 +173,6 @@ const SyncTaskForm: React.FC<SyncTaskFormProps> = ({
<BasicSelect
disabled={isUpdate}
allowClear
loading={getTaskSourceListLoading}
placeholder={t('common.form.placeholder.select', {
name: t('dmsSyncDataSource.syncTaskForm.source')
})}
Expand Down

0 comments on commit 339616d

Please sign in to comment.