Skip to content

Commit c17b686

Browse files
committed
Merge branch 'main' of https://github.com/devtron-labs/devtron-fe-common-lib into feat/integrate-scans
2 parents 4ed2822 + 1a34211 commit c17b686

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Common/RJSF/widgets/Checkbox.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
* limitations under the License.
1515
*/
1616

17-
import React, { ChangeEvent } from 'react'
17+
import { ChangeEvent } from 'react'
1818
import { WidgetProps } from '@rjsf/utils'
19-
import Toggle from '../../Toggle/Toggle'
2019
import { isNullOrUndefined } from '@Shared/Helpers'
20+
import Toggle from '../../Toggle/Toggle'
2121

2222
export const Checkbox = ({
2323
id,

0 commit comments

Comments
 (0)