added is_component field to allow store component overwrite
This commit is contained in:
parent
47ba7bbc6a
commit
fb3c1df882
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ export default function ShareModal({
|
|||
setLoadingNames(true);
|
||||
const unavaliableNames: Array<{ id: string; name: string }> = [];
|
||||
await getStoreComponents({
|
||||
fields: ["name", "id"],
|
||||
fields: ["name", "id", "is_component"],
|
||||
filterByUser: true,
|
||||
}).then((res) => {
|
||||
res?.results?.forEach((element: any) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue