Skip to content

Commit 038ddbd

Browse files
authored
Add kilocode_change markers
1 parent 1e3c88f commit 038ddbd

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

webview-ui/src/components/settings/ApiOptions.tsx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -921,10 +921,14 @@ const ApiOptions = ({
921921
maxValue={2}
922922
/>
923923
)}
924-
<RateLimitAfterControl
925-
rateLimitAfterEnabled={apiConfiguration.rateLimitAfter}
926-
onChange={(field, value) => setApiConfigurationField(field, value)}
927-
/>
924+
{
925+
// kilocode_change start
926+
<RateLimitAfterControl
927+
rateLimitAfterEnabled={apiConfiguration.rateLimitAfter}
928+
onChange={(field, value) => setApiConfigurationField(field, value)}
929+
/>
930+
// kilocode_change end
931+
}
928932
<RateLimitSecondsControl
929933
value={apiConfiguration.rateLimitSeconds || 0}
930934
onChange={(value) => setApiConfigurationField("rateLimitSeconds", value)}

0 commit comments

Comments
 (0)