csv delimiter is now ; and dockerfile was added
This commit is contained in:
@@ -130,7 +130,7 @@ templ Row(props ...RowProps) {
|
||||
}
|
||||
class={
|
||||
utils.TwMerge(
|
||||
"border-b transition-colors hover:bg-muted/50",
|
||||
"border-b transition-colors",
|
||||
utils.If(p.Selected, "data-[tui-table-state-selected]:bg-muted"),
|
||||
p.Class,
|
||||
),
|
||||
|
||||
@@ -453,7 +453,7 @@ func Row(props ...RowProps) templ.Component {
|
||||
p = props[0]
|
||||
}
|
||||
var templ_7745c5c3_Var18 = []any{utils.TwMerge(
|
||||
"border-b transition-colors hover:bg-muted/50",
|
||||
"border-b transition-colors",
|
||||
utils.If(p.Selected, "data-[tui-table-state-selected]:bg-muted"),
|
||||
p.Class,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user