mirror of
https://github.com/directus/directus.git
synced 2026-02-12 13:14:58 -05:00
Prevent duplicate user presets
This commit is contained in:
@@ -30,6 +30,7 @@ export function usePreset(collection: Ref<string>, bookmark: Ref<number | null>
|
||||
localPreset.value = {
|
||||
...localPreset.value,
|
||||
id: updatedValues.id,
|
||||
user: updatedValues.user,
|
||||
};
|
||||
busy.value = false;
|
||||
return updatedValues;
|
||||
|
||||
Reference in New Issue
Block a user