Fixed alert naming when sharing

This commit is contained in:
Lucas Oliveira 2023-12-11 18:49:07 -03:00
commit e8dca57e60

View file

@ -112,7 +112,7 @@ export default function ShareModal({
saveFlow(flow!, true);
}
setSuccessData({
title: `${nameComponent} shared successfully`,
title: `${is_component ? "Component" : "Flow"} shared successfully!`,
});
}