From a0e86e6148c77f6ae0eacbbe6a2b92abbb73a805 Mon Sep 17 00:00:00 2001 From: Francesco Date: Sat, 6 Apr 2024 20:36:40 +0200 Subject: [PATCH] Typo --- docs/docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/index.html b/docs/docs/index.html index 05358ec..ccecfe3 100644 --- a/docs/docs/index.html +++ b/docs/docs/index.html @@ -266,7 +266,7 @@ If your computed columns are computationally expensive (e.g because they use joi type false Enum (DEFAULT, CATEGORICAL) - If CATEGORICAL, this changes the filter in the UI to shows all the possible values directly instead of providing a autocomplete form. + If CATEGORICAL, this changes the filter in the UI to shows all the possible values directly instead of providing an autocomplete form.
Code example