mirror of
https://github.com/apache/superset.git
synced 2026-04-27 20:14:54 +00:00
fix(sqllab): Invalid start date (#25133)
This commit is contained in:
@@ -213,7 +213,7 @@ const QueryTable = ({
|
||||
{q.db}
|
||||
</Button>
|
||||
);
|
||||
q.started = moment(q.startDttm).format('HH:mm:ss');
|
||||
q.started = moment(q.startDttm).format('L HH:mm:ss');
|
||||
q.querylink = (
|
||||
<Button
|
||||
buttonSize="small"
|
||||
|
||||
Reference in New Issue
Block a user