Skip to content

fix(VDataTableFooter): dont apply i18n to numbers (#18980) #150

fix(VDataTableFooter): dont apply i18n to numbers (#18980)

fix(VDataTableFooter): dont apply i18n to numbers (#18980) #150

Workflow file for this run

name: Close issues
on:
push:
branches:
- dev
- next
- v2-stable
- v2-dev
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
close:
runs-on: ubuntu-latest
if: github.repository_owner == 'vuetifyjs'
steps:
- uses: vuetifyjs/close-action@master
with:
token: ${{ secrets.GITHUB_TOKEN }}