Skip to content

Commit bcfeb11

Browse files
committed
tweaks
1 parent 40701f4 commit bcfeb11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MyApp/_pages/vue/autoquerygrid.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,8 @@ type ApiPrefs = {
398398
}
399399

400400
type FormStyle = "slideOver" | "card"
401-
type TableStyle = "simple" | "fullWidth" | "stripedRows" | "whiteBackground" | "uppercaseHeadings" | "verticalLines"
401+
type TableStyle = "simple" | "fullWidth" | "stripedRows" | "whiteBackground" | "uppercaseHeadings"
402+
| "verticalLines"
402403

403404
type Breakpoint = "xs" | "sm" | "md" | "lg" | "xl" | "2xl"
404405

0 commit comments

Comments
 (0)