mirror of
https://github.com/gwenhael-le-moine/credger.git
synced 2024-12-26 09:58:36 +01:00
reindent + fix Swal call
This commit is contained in:
parent
66c0b952c2
commit
4357ac5002
1 changed files with 253 additions and 253 deletions
|
@ -64,7 +64,7 @@ app.component('bucket',
|
||||||
</tr>`;
|
</tr>`;
|
||||||
};
|
};
|
||||||
|
|
||||||
swal({
|
Swal.fire({
|
||||||
title: response.data.key,
|
title: response.data.key,
|
||||||
html: `
|
html: `
|
||||||
<table style="width: 100%;">
|
<table style="width: 100%;">
|
||||||
|
|
Loading…
Reference in a new issue