mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-07-08 11:31:57 +08:00
test(query-editor): require 100-row limit label key
This commit is contained in:
@@ -14,6 +14,7 @@ const legacyLiterals = [
|
||||
'选择连接',
|
||||
'选择数据库',
|
||||
'最大返回行数',
|
||||
'最大行数:100',
|
||||
'最大行数:500',
|
||||
'最大行数:1000',
|
||||
'最大行数:5000',
|
||||
@@ -32,6 +33,7 @@ const requiredKeys = [
|
||||
'query_editor.placeholder.connection',
|
||||
'query_editor.placeholder.database',
|
||||
'query_editor.max_rows.tooltip',
|
||||
'query_editor.max_rows.option_100',
|
||||
'query_editor.max_rows.option_500',
|
||||
'query_editor.max_rows.option_1000',
|
||||
'query_editor.max_rows.option_5000',
|
||||
|
||||
Reference in New Issue
Block a user