1
0
forked from test/crm

fix: add toast import to CurrencySettings component

(cherry picked from commit 68d1172b8fee86603586b21271ff5dc3f627734b)
This commit is contained in:
Shariq Ansari 2025-08-15 19:58:01 +05:30 committed by Mergify
parent 1df71070d0
commit d4ac8772ae

View File

@ -131,7 +131,7 @@
</div>
</template>
<script setup>
import { ErrorMessage } from 'frappe-ui'
import { ErrorMessage, toast } from 'frappe-ui'
import { getSettings } from '@/stores/settings'
import { globalStore } from '@/stores/global'
import { showSettings } from '@/composables/settings'