You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get rid of duplicate definitions that trip up typescript (#15)
Two variables in QueryEditor.tsx were duplicated (and identical):
isInDashboard and getTimeStampColumnName. This change deletes the
second one, which makes typescript happy.
0 commit comments