Skip to content

Commit

Permalink
[AIDAPP-328]: Update the knowledge base article list view format for …
Browse files Browse the repository at this point in the history
…the date (#303)
  • Loading branch information
kandarp-canyon authored Oct 28, 2024
1 parent 23fe675 commit 5986fb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public function table(Table $table): Table
->toggleable(isToggledHiddenByDefault: true),
TextColumn::make('updated_at')
->label('Last Updated')
->dateTime('d-m-Y')
->dateTime('m-d-Y')
->sortable()
->toggleable(),
TextColumn::make('tags.name')
Expand Down

0 comments on commit 5986fb5

Please sign in to comment.