forked from verdnatura/salix-front
Merge remote-tracking branch 'origin/branch-PR-2' into branch-PR-2
This commit is contained in:
commit
467f32d9e0
|
@ -55,8 +55,8 @@ const fetchNodeLeaves = async (nodeKey) => {
|
||||||
const removeNode = (node) => {
|
const removeNode = (node) => {
|
||||||
quasar
|
quasar
|
||||||
.dialog({
|
.dialog({
|
||||||
title: 'Are you sure you want to delete it?',
|
title: t('Are you sure you want to delete it?'),
|
||||||
message: 'Delete department',
|
message: t('Delete department'),
|
||||||
ok: {
|
ok: {
|
||||||
push: true,
|
push: true,
|
||||||
color: 'primary',
|
color: 'primary',
|
||||||
|
|
Loading…
Reference in New Issue