From bf00785c0299bcbc8289faa7116a0eff8e3b1673 Mon Sep 17 00:00:00 2001 From: PyIter <40069960+PyIter@users.noreply.github.com> Date: Sat, 1 Oct 2022 11:47:47 +0200 Subject: [PATCH] Update README.md Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b322fc6..0f28724 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ Inertia::render('Page/Index')->table(function (InertiaTable $table) { options: $languages, label: 'Language', defaultValue: 'nl', - noFilterOption: true + noFilterOption: true, noFilterOptionLabel: 'All languages' ); });