diff --git a/resources/views/api/admin/api/create.blade.php b/resources/views/api/admin/api/create.blade.php index 5b3a79395169d672ddd78f8cadbef0ac12dcaf7c..70b1bb82ab4a9e6f996302d63f4b66e69801e7d0 100644 --- a/resources/views/api/admin/api/create.blade.php +++ b/resources/views/api/admin/api/create.blade.php @@ -197,7 +197,7 @@ $('.type-api').hide(); $('.type-content').hide(); $('.type-diy').hide(); - } else if (value === 'api') { + } else if (value === 'request') { $('.type-api').show(); $('.type-table').hide(); $('.type-content').hide(); diff --git a/resources/views/api/admin/api/edit.blade.php b/resources/views/api/admin/api/edit.blade.php index c4f25412a33a6ba2b1752ea36e92cc497c111d6b..e9e5fef71c2de295934978fdefb3804f4f9ddb75 100644 --- a/resources/views/api/admin/api/edit.blade.php +++ b/resources/views/api/admin/api/edit.blade.php @@ -222,7 +222,7 @@ $('.type-api').hide(); $('.type-content').hide(); $('.type-diy').hide(); - } else if (value === 'api') { + } else if (value === 'request') { $('.type-api').show(); $('.type-table').hide(); $('.type-content').hide();