mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
Bug fixes (#155)
This commit is contained in:
@ -38,6 +38,17 @@ class="p-6"
|
||||
@endif
|
||||
@endforeach
|
||||
</x-select-input>
|
||||
<x-input-help>
|
||||
Check
|
||||
<a
|
||||
href="https://vitodeploy.com/settings/source-controls.html"
|
||||
class="text-primary-500"
|
||||
target="_blank"
|
||||
>
|
||||
here
|
||||
</a>
|
||||
to see what permissions you need
|
||||
</x-input-help>
|
||||
@error("provider")
|
||||
<x-input-error class="mt-2" :messages="$message" />
|
||||
@enderror
|
||||
|
Reference in New Issue
Block a user