Skip to content

Commit 4b72aa3

Browse files
author
QTom
committed
fix: add enableRpmLimit to hasAnyFieldEnabled check in BulkEditModal
Without this, submitting a bulk edit with only RPM changes would be rejected as "no fields selected".
1 parent ff9683b commit 4b72aa3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

frontend/src/components/account/BulkEditAccountModal.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,8 @@ const handleSubmit = async () => {
12531253
enablePriority.value ||
12541254
enableRateMultiplier.value ||
12551255
enableStatus.value ||
1256-
enableGroups.value
1256+
enableGroups.value ||
1257+
enableRpmLimit.value
12571258
12581259
if (!hasAnyFieldEnabled) {
12591260
appStore.showError(t('admin.accounts.bulkEdit.noFieldsSelected'))

0 commit comments

Comments
 (0)