Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Prev Previous commit
Next Next commit
fix: deny background migrations on LF cloud
  • Loading branch information
maxdeichmann committed Sep 10, 2025
commit f8def192260336b42cc9ab4e0112b1844b64348d
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default function BackgroundMigrationsTable() {
return (
<RetryBackgroundMigration
backgroundMigrationName={name}
isRetryable={true}
isRetryable={isRetryable}
/>
);
},
Expand Down
Loading