completionId: cgen-843a6775d0874a2dac42f4c899fd4e5e
cgen-843a6775d0874a2dac42f4c899fd4e5e
This commit is contained in:
parent
1643e4d04b
commit
dad2aa6e53
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ export default function AdminSpotlightManager({
|
|||
setEntries((prev) => [
|
||||
...prev,
|
||||
{
|
||||
id: crypto.randomUUID(),
|
||||
id: generateUUID(),
|
||||
type: "group",
|
||||
label: newGroupName.trim(),
|
||||
url: newGroupUrl.trim() || undefined,
|
||||
|
|
|
|||
Loading…
Reference in a new issue