Skip to content

Commit aa0be2d

Browse files
committed
fix naming
1 parent 966e1e0 commit aa0be2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-global-writes/src/components/states/sharding-error.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default connect(
7474
shardingError: state.shardingError,
7575
isCancellingSharding:
7676
state.status === ShardingStatuses.CANCELLING_SHARDING_ERROR,
77-
isSubmitting:
77+
isSubmittingForSharding:
7878
state.status === ShardingStatuses.SUBMITTING_FOR_SHARDING_ERROR,
7979
};
8080
},

0 commit comments

Comments
 (0)