mirror of
https://github.com/apache/superset.git
synced 2026-06-03 22:59:21 +00:00
feat: add ability to disable cache (#23439)
This commit is contained in:
@@ -399,7 +399,7 @@ function PropertiesModal({
|
||||
</StyledFormItem>
|
||||
<StyledHelpBlock className="help-block">
|
||||
{t(
|
||||
"Duration (in seconds) of the caching timeout for this chart. Note this defaults to the dataset's timeout if undefined.",
|
||||
"Duration (in seconds) of the caching timeout for this chart. Set to -1 to bypass the cache. Note this defaults to the dataset's timeout if undefined.",
|
||||
)}
|
||||
</StyledHelpBlock>
|
||||
</FormItem>
|
||||
|
||||
Reference in New Issue
Block a user