mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-01 13:14:15 +02:00
Handle external files
This commit is contained in:
@@ -58,7 +58,7 @@ export function HttpAuthenticationEditor({ request }: Props) {
|
||||
onChange={(disabled) => handleChange({ ...request.authentication, disabled: !disabled })}
|
||||
title="Enabled"
|
||||
/>
|
||||
{authConfig.data.actions && (
|
||||
{authConfig.data.actions && authConfig.data.actions.length > 0 && (
|
||||
<Dropdown
|
||||
items={authConfig.data.actions.map(
|
||||
(a): DropdownItem => ({
|
||||
|
||||
Reference in New Issue
Block a user