mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 05:49:40 +02:00
chore: update current-plan API SWR config to avoid unwanted API calls. (#525)
This commit is contained in:
@@ -30,6 +30,8 @@ export const CloudEditionBadge = observer(() => {
|
||||
: null,
|
||||
{
|
||||
errorRetryCount: 2,
|
||||
revalidateOnFocus: false,
|
||||
revalidateIfStale: false,
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user