Skip to content

Commit f891240

Browse files
committed
fix:refactored loading state when stack creation limit reaches for test stack button
1 parent f9bca9a commit f891240

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/components/TestMigration/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ const TestMigration = () => {
160160
if (stack_count >= max_stack_limit) {
161161
setIsLoading(false);
162162
setDisableCreateStack(true);
163+
setIsStackLoading(false);
163164
setStackLimitReached(true);
164165
Notification({
165166
notificationContent: {

0 commit comments

Comments
 (0)