From 8313bce4436b937b9474e599ef02b4db8a82e1c4 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Tue, 4 Aug 2026 14:44:39 +0300 Subject: [PATCH] fix warninig --- .../status_action_buttons/action_button_container.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/status_action_buttons/action_button_container.js b/src/components/status_action_buttons/action_button_container.js index fa4a529c6..f316e608f 100644 --- a/src/components/status_action_buttons/action_button_container.js +++ b/src/components/status_action_buttons/action_button_container.js @@ -4,6 +4,7 @@ import Popover from 'src/components/popover/popover.vue' import ActionButton from './action_button.vue' import { useAdminSettingsStore } from 'src/stores/admin_settings.js' +import genRandomSeed from 'src/services/random_seed/random_seed.service.js' import { library } from '@fortawesome/fontawesome-svg-core' import { @@ -49,6 +50,11 @@ export default { this.$store.dispatch('fetchDomainMutes') } }, + data() { + return { + randomSeed: genRandomSeed(), + } + }, computed: { buttonClass() { return [