Skip to content

Commit

Permalink
client bulk bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MHSanaei committed May 7, 2023
1 parent 87a5190 commit 515e7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/html/xui/client_bulk_modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<span slot="label">{{ i18n "pages.client.clientCount" }}</span>
<a-input-number v-model="clientsBulkModal.quantity" :min="1" :max="100"></a-input-number>
</a-form-item>
<a-form-item v-if="client.email">
<a-form-item>
<span slot="label">
Subscription
<a-tooltip>
Expand Down

0 comments on commit 515e7f7

Please sign in to comment.