fix(Core): fixed lazy delete settings

This commit is contained in:
Dmitry Popov
2025-03-15 23:44:57 +01:00
parent 30fecf6428
commit e9b4e39061
4 changed files with 10 additions and 3 deletions

View File

@@ -152,7 +152,7 @@ export const SystemSignaturesContent = ({
(e: { value: SystemSignature[] }) => {
selectable ? onSelect?.(e.value[0]) : setSelectedSignatures(e.value as ExtendedSystemSignature[]);
},
[selectable, onSelect],
[selectable],
);
const { showDescriptionColumn, showUpdatedColumn, showCharacterColumn, showCharacterPortrait } = useMemo(