mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
feat: Add currencies controls in control panels (#24718)
This commit is contained in:
committed by
GitHub
parent
1a9c559a8f
commit
f7e76d02b7
@@ -16,7 +16,6 @@
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
import { ColumnConfig } from '@superset-ui/chart-controls';
|
||||
import {
|
||||
QueryFormData,
|
||||
QueryFormMetric,
|
||||
@@ -53,7 +52,6 @@ export type HandlebarsQueryFormData = QueryFormData &
|
||||
table_timestamp_format?: string;
|
||||
granularitySqla?: string;
|
||||
time_grain_sqla?: TimeGranularity;
|
||||
column_config?: Record<string, ColumnConfig>;
|
||||
};
|
||||
|
||||
export type HandlebarsProps = HandlebarsStylesProps &
|
||||
|
||||
Reference in New Issue
Block a user