Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
initial commit (#1311)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdotson authored Aug 13, 2021
1 parent 8d3fb74 commit 4e4e283
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export const dnd_granularity_sqla: typeof dndGroupByControl = {
'expression',
),
canDelete: false,
ghostButtonText: t('Drop temporal column'),
ghostButtonText: t('Drop temporal column here'),
mapStateToProps: ({ datasource }) => {
const temporalColumns = datasource?.columns.filter(c => c.is_dttm) ?? [];
const options = Object.fromEntries(temporalColumns.map(option => [option.column_name, option]));
Expand Down

1 comment on commit 4e4e283

@vercel
Copy link

@vercel vercel bot commented on 4e4e283 Aug 13, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.