chore: add SAMPLES_ROW_LIMIT in frontend conf (#20841)
This commit is contained in:
parent
9bf7ed58cd
commit
644148b37d
|
|
@ -104,6 +104,7 @@ FRONTEND_CONF_KEYS = (
|
|||
"CSV_EXTENSIONS",
|
||||
"COLUMNAR_EXTENSIONS",
|
||||
"ALLOWED_EXTENSIONS",
|
||||
"SAMPLES_ROW_LIMIT",
|
||||
)
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
|
|
|||
Loading…
Reference in New Issue