fix: add toast import to CurrencySettings component

This commit is contained in:
Shariq Ansari 2025-08-15 19:58:01 +05:30
parent c94e61bfce
commit 68d1172b8f

View File

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