feat: Adds the MetadataBar to the Explore header (#21560)

This commit is contained in:
Michael S. Molina
2022-09-29 14:34:57 -03:00
committed by GitHub
parent 5ea9249059
commit 0dda5fe1cf
19 changed files with 258 additions and 104 deletions

View File

@@ -159,6 +159,7 @@ function PropertiesModal({
...payload,
...res.json.result,
id: slice.slice_id,
owners: selectedOwners,
};
onSave(updatedChart);
addSuccessToast(t('Chart properties updated'));