Fixed alert naming when sharing
This commit is contained in:
parent
6ca00b35d1
commit
e8dca57e60
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ export default function ShareModal({
|
|||
saveFlow(flow!, true);
|
||||
}
|
||||
setSuccessData({
|
||||
title: `${nameComponent} shared successfully`,
|
||||
title: `${is_component ? "Component" : "Flow"} shared successfully!`,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue