mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-15 14:15:13 +00:00
fix lint
This commit is contained in:
@@ -478,7 +478,7 @@ export default function Page() {
|
||||
|
||||
const baseData = baseForm.getValues();
|
||||
const isHttp = baseData.http;
|
||||
const stickySessionData = targetsSettingsForm.getValues()
|
||||
const stickySessionData = targetsSettingsForm.getValues();
|
||||
|
||||
try {
|
||||
const payload = {
|
||||
|
||||
Reference in New Issue
Block a user