mirror of
https://github.com/r2r90/canvas-label.git
synced 2026-01-01 12:36:37 +00:00
fix eslint errors
This commit is contained in:
@@ -42,7 +42,7 @@ export function ModelSelector({ models, types, ...props }: ModelSelectorProps) {
|
||||
<div className="grid gap-2">
|
||||
<HoverCard openDelay={200}>
|
||||
<HoverCardTrigger asChild>
|
||||
<Label htmlFor="model">Selectionnez la taille d'etiquette</Label>
|
||||
<Label htmlFor="model">{`Selectionnez la taille d'etiquette`}</Label>
|
||||
</HoverCardTrigger>
|
||||
<HoverCardContent
|
||||
align="start"
|
||||
|
||||
Reference in New Issue
Block a user