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 [