Skip to content

Commit d167db0

Browse files
committed
little fix
Signed-off-by: basseche <[email protected]>
1 parent c711914 commit d167db0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/dialogs/limits/limits-pane-utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ export const sanitizeLimitsGroups = (
175175
limitsGroups.map(({ currentLimits, ...baseData }) => ({
176176
...baseData,
177177
id: baseData.name,
178-
limitsProperties: baseData.limitsProperties,
179178
currentLimits: !currentLimits
180179
? {
181180
id: '',

0 commit comments

Comments
 (0)