Fix query editor not scrolling (#322)
This commit is contained in:
parent
913e89b01b
commit
3a144ab821
1 changed files with 12 additions and 14 deletions
|
@ -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>
|
||||
)}
|
||||
|
|
Reference in a new issue