Fix query editor not scrolling (#322)

This commit is contained in:
jeffvli 2023-10-22 15:09:48 -07:00
parent 913e89b01b
commit 3a144ab821

View file

@ -189,7 +189,6 @@ const PlaylistDetailSongListRoute = () => {
</Button>
<Text>Query Editor</Text>
</Group>
<Box>
{isQueryBuilderExpanded && (
<PlaylistQueryBuilder
key={JSON.stringify(detailQuery?.data?.rules)}
@ -202,7 +201,6 @@ const PlaylistDetailSongListRoute = () => {
onSaveAs={handleSaveAs}
/>
)}
</Box>
</Paper>
</Box>
)}