Skip to content

Commit

Permalink
hotfix(sqllab): Missing logging for format sql by shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpark committed Jun 24, 2024
1 parent 4537ab6 commit b6c6c17
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ const SqlEditor: FC<Props> = ({
descr: KEY_MAP[KeyboardShortcut.CtrlShiftF],
func: () => {
formatCurrentQuery(true);
logAction(LOG_ACTIONS_SQLLAB_FORMAT_SQL, { shortcut: true });
},
},
];
Expand Down

0 comments on commit b6c6c17

Please sign in to comment.