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
committed by Chris Burel
parent 5558be2aeb
commit d8e8cdba60
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"));
}