Skip to content

Commit

Permalink
remove uniqid
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed Nov 3, 2023
1 parent bdc2d80 commit edd707b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"/powergrid.js": "/powergrid.js?id=3043c3fe79e9f0b46ab1caad476bf63e",
"/bootstrap5.css": "/bootstrap5.css?id=03aba1df82c23db07c1d1096efcd42ae",
"/tailwind.css": "/tailwind.css?id=23e875c1f75fa40980aa6037d6d9daf0",
"/tailwind.css": "/tailwind.css?id=0a704dc8cc7a1f02d8000c080300b604",
"/tom-select.css": "/tom-select.css?id=7af730d2c4bf937316d4002948b1571d",
"/powergrid.css": "/powergrid.css?id=f6bd5092ec92b7fb6d3488dd0bb5602f"
"/powergrid.css": "/powergrid.css?id=c85bbcfe3743c122f454f0e55408eaf4"
}
2 changes: 1 addition & 1 deletion dist/powergrid.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/tailwind.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class="mt-2 md:mt-0"
x-transition:leave-start="opacity-100 scale-100"
x-transition:leave-end="opacity-0 scale-90"
class="pg-filter-container"
wire:key="filter-{{ uniqid() }}"
>
@php
$customConfig = [];
Expand Down

0 comments on commit edd707b

Please sign in to comment.