Bug fix: Display query name when editing a schedule (#5390)

This commit is contained in:
RachelElysia 2022-04-26 16:57:11 -04:00 committed by GitHub
parent 2868c0e111
commit ced15c2ee3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
* Bug fix: Display query name for editing a schedule

View file

@ -239,7 +239,7 @@ const ScheduleEditorModal = ({
return (
<Modal
title={editQuery?.name || "Schedule editor"}
title={editQuery?.query_name || "Schedule editor"}
onExit={onCancel}
className={baseClass}
>