Skip to content

Commit

Permalink
Fix missing rename
Browse files Browse the repository at this point in the history
  • Loading branch information
frcroth committed Nov 20, 2024
1 parent fa83ccd commit 6e579fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ class DatasetSettings extends React.PureComponent<DatasetSettingsProps, State> {
volume.tracingId,
);

if ((!position || !resolution) && volume.fallbackLayer) {
if ((!position || !mag) && volume.fallbackLayer) {
await this.handleFindData(volume.fallbackLayer, true, volume);
return;
}
Expand Down

0 comments on commit 6e579fa

Please sign in to comment.