sonar low
This commit is contained in:
@@ -70,7 +70,7 @@ export async function saveFilter(addFilterId, next = null) {
|
||||
* @param { string } value File's name
|
||||
*/
|
||||
export async function savedSuccessfully(value) {
|
||||
value = value ? value : '';
|
||||
value = value || '';
|
||||
await Swal.fire({
|
||||
title: 'SAVE COMPLETE',
|
||||
html: `<span class="text-primary">${value}</span> has been saved in Lucia.`,
|
||||
|
||||
Reference in New Issue
Block a user