Remove informational note from SelectionManager component

This commit is contained in:
Yusuf İpek
2025-11-23 15:19:14 +03:00
parent cc4f562436
commit 696de6939f
-5
View File
@@ -89,11 +89,6 @@ export function SelectionManager({
</div> </div>
))} ))}
</div> </div>
<div className="mt-4 p-3 bg-muted rounded-lg">
<p className="text-sm text-muted-foreground">
<strong>Note:</strong> {t('selection.note')}
</p>
</div>
</CardContent> </CardContent>
</Card> </Card>
) )