Skip to content

Commit 93a0725

Browse files
authored
Merge pull request coollabsio#3613 from nfnot/main
refactor: Update search input placeholder in resource index view
2 parents 4d1d459 + 888e964 commit 93a0725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/livewire/project/resource/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class="button">+
4848
class="items-center justify-center box">+ Add New Resource</a>
4949
@else
5050
<div x-data="searchComponent()">
51-
<x-forms.input autofocus placeholder="Search for name, fqdn..." x-model="search" id="null" />
51+
<x-forms.input placeholder="Search for name, fqdn..." x-model="search" id="null" />
5252
<div class="grid grid-cols-1 gap-4 pt-4 lg:grid-cols-2 xl:grid-cols-3">
5353
<template x-for="item in allFilteredItems" :key="item.uuid">
5454
<span>

0 commit comments

Comments
 (0)