fix(navbar): update error message link to use route for environment variables navigation
This commit is contained in:
parent
b78f2cccff
commit
a501142ef5
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@
|
|||
<div class="flex flex-wrap order-first gap-2 items-center sm:order-last">
|
||||
<div class="text-error">
|
||||
Unable to deploy. <a class="underline font-bold cursor-pointer"
|
||||
@click.prevent="activeTab = 'environment-variables'; window.location.hash = 'environment-variables'">
|
||||
href="{{ route('project.service.environment-variables', $parameters) }}" wire:navigate>
|
||||
Required environment variables missing.</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue