feat(listview): compact filter pills with popover for CRUD views (#40169)

This commit is contained in:
Kasia
2026-05-30 10:30:40 +02:00
committed by GitHub
parent 2d6e68b5f2
commit 4d95a8d034
30 changed files with 2649 additions and 740 deletions

View File

@@ -55,7 +55,7 @@ if [ ${#js_ts_files[@]} -gt 0 ]; then
echo "$output" >&2
exit 1
}
[ -n "$output" ] && echo "$output"
if [ -n "$output" ]; then echo "$output"; fi
else
echo "No JavaScript/TypeScript files to lint"
fi