1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-07-28 08:02:00 +03:00

Fix satisy typo

This commit is contained in:
Jamie Curnow
2020-04-22 11:11:20 +10:00
parent a7cabdde3a
commit c0e9d1eb2f
7 changed files with 267 additions and 235 deletions

View File

@ -72,7 +72,7 @@ module.exports = Mn.View.extend({
let data = {
name: form_data.name,
satify_any: !!form_data.satify_any,
satisfy_any: !!form_data.satisfy_any,
items: items_data,
clients: clients_data
};