Skip to content

Commit

Permalink
set keys
Browse files Browse the repository at this point in the history
  • Loading branch information
fiskus committed Sep 19, 2024
1 parent 31f411f commit 3051919
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions catalog/app/containers/Admin/Buckets/LongQueryConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -427,13 +427,15 @@ export default function Configs({
<LongQueryConfigForm
bucketName={bucket}
className={classes.item}
key="new-config"
onClose={() => setToAdd(false)}
onDirty={handleDirty}
/>
) : (
<LongQueryConfigForm
bucketName={bucket}
className={classes.item}
key="first-config"
onDirty={handleDirty}
/>
))}
Expand Down

0 comments on commit 3051919

Please sign in to comment.