mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
feat: bulk transcations delete
This commit is contained in:
@@ -101,7 +101,7 @@ export function ActionsCell(props) {
|
||||
*/
|
||||
export function PublishAccessor(row) {
|
||||
return row.is_published ? (
|
||||
<Tag round>
|
||||
<Tag intent={Intent.SUCCESS} round minimal>
|
||||
<T id={'published'} />
|
||||
</Tag>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user