We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d1d459 + 888e964 commit 93a0725Copy full SHA for 93a0725
resources/views/livewire/project/resource/index.blade.php
@@ -48,7 +48,7 @@ class="button">+
48
class="items-center justify-center box">+ Add New Resource</a>
49
@else
50
<div x-data="searchComponent()">
51
- <x-forms.input autofocus placeholder="Search for name, fqdn..." x-model="search" id="null" />
+ <x-forms.input placeholder="Search for name, fqdn..." x-model="search" id="null" />
52
<div class="grid grid-cols-1 gap-4 pt-4 lg:grid-cols-2 xl:grid-cols-3">
53
<template x-for="item in allFilteredItems" :key="item.uuid">
54
<span>
0 commit comments