We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c711914 commit d167db0Copy full SHA for d167db0
src/components/dialogs/limits/limits-pane-utils.ts
@@ -175,7 +175,6 @@ export const sanitizeLimitsGroups = (
175
limitsGroups.map(({ currentLimits, ...baseData }) => ({
176
...baseData,
177
id: baseData.name,
178
- limitsProperties: baseData.limitsProperties,
179
currentLimits: !currentLimits
180
? {
181
id: '',
0 commit comments