lint: fix tailwind lint issues (#23367)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
This commit is contained in:
@@ -50,7 +50,7 @@ const IndexMethodRadio = ({
|
||||
]
|
||||
|
||||
return (
|
||||
<div className={classNames('flex justify-between w-full gap-2')}>
|
||||
<div className={classNames('flex w-full justify-between gap-2')}>
|
||||
{
|
||||
options.map((option) => {
|
||||
const isParentChild = docForm === ChunkingMode.parentChild
|
||||
|
Reference in New Issue
Block a user