mirror of
https://github.com/apache/superset.git
synced 2026-07-12 01:35:36 +00:00
fix(sqllab): Add templateParams on kv store (#22013)
This commit is contained in:
@@ -72,6 +72,7 @@ const unsavedQueryEditor = {
|
||||
schema: 'query_schema_updated',
|
||||
sql: 'SELECT * FROM Updated Limit 100',
|
||||
autorun: true,
|
||||
templateParams: '{ "my_value": "foo" }',
|
||||
};
|
||||
|
||||
const standardProviderWithUnsaved: React.FC = ({ children }) => (
|
||||
|
||||
Reference in New Issue
Block a user