Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HidyHan committed Apr 23, 2024
1 parent f5e20fb commit 3b98563
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ class BundleDetailSideBar extends React.Component {
{(showRunFields || showDatasetFields) && (
<BundleFieldRow
label='Store'
field={bundleStore}
onChange={(store) => onUpdate({ store })}
field={bundle.bundleStore}
onChange={(bundleStore) => onUpdate({ bundleStore })}
/>
)}
</BundleFieldTable>
Expand Down

0 comments on commit 3b98563

Please sign in to comment.