multi tab close fixed

Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
chcurran
2021-11-10 17:15:42 -08:00
parent eefc3f9a91
commit 47e9d5a117
5 changed files with 35 additions and 27 deletions
@@ -144,7 +144,7 @@ namespace ScriptCanvasEditor
{
namespace JSRU = AZ::JsonSerializationUtils;
if (!source)
if (!source.IsValid())
{
return AZ::Failure(AZStd::string("no source graph to save"));
}