fix: Issues #273 done.
This commit is contained in:
@@ -282,7 +282,7 @@ export async function uploadConfirm(fetchData) {
|
|||||||
const filesStore = FilesStore();
|
const filesStore = FilesStore();
|
||||||
const result = await Swal.fire({
|
const result = await Swal.fire({
|
||||||
title: 'ARE YOU SURE?',
|
title: 'ARE YOU SURE?',
|
||||||
html: 'After uploading, you won’t be able to modify labels.',
|
html: 'After importing, you won’t be able to modify labels.',
|
||||||
icon: 'warning',
|
icon: 'warning',
|
||||||
iconColor: '#FF3366',
|
iconColor: '#FF3366',
|
||||||
reverseButtons:true,
|
reverseButtons:true,
|
||||||
|
|||||||
Reference in New Issue
Block a user