fix media dialog title
This commit is contained in:
@@ -234,7 +234,7 @@ const dialogDataSetStatus = (dialogData, status, progress, add) => {
|
||||
const handleSubmit = async (enableFormCallBack) => {
|
||||
if (editMultiple === false) {
|
||||
let dialogData = ref({
|
||||
title: "Upload Media",
|
||||
title: "Saving Media",
|
||||
rows: [],
|
||||
progress: [],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user