Skip to content

Commit

Permalink
fix: removed duplicate clientCacheRow from QueryEditor
Browse files Browse the repository at this point in the history
  • Loading branch information
chejimmy committed Jun 7, 2024
1 parent eb33bb0 commit 71bbc9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/query/QueryEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ export function QueryEditor(props: Props) {

{renderQuery(query)}
{clientCacheRow}
<ClientCacheRow clientCache={query.clientCache} newFormStylingEnabled={newFormStylingEnabled} onClientCacheChange={onClientCacheChange}></ClientCacheRow>
</>
)}
</>
Expand Down

0 comments on commit 71bbc9a

Please sign in to comment.