Lint errors

This commit is contained in:
Gregory Schier
2025-05-20 08:15:19 -07:00
parent bc3a5e3e58
commit a4c600cb48
2 changed files with 2 additions and 3 deletions

View File

@@ -80,7 +80,7 @@ export function SelectFile({
<>
{filePath && (
<IconButton
size={size}
size={size === 'auto' ? 'md' : size}
variant="border"
icon="x"
title={'Unset ' + itemLabel}